diff options
| -rw-r--r-- | plug-ins/ARTv2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plug-ins/ARTv2.py b/plug-ins/ARTv2.py index 53f05bd..97c9309 100644 --- a/plug-ins/ARTv2.py +++ b/plug-ins/ARTv2.py @@ -192,7 +192,7 @@ def browse(*args): mayaToolsDir = cmds.fileDialog2(dialogStyle=2, fileMode=3)[0] # confirm that this is actually the maya tools directory if os.path.basename(mayaToolsDir) != "ARTv2": - cmds.warning("Selected directory is not valid. Please locate the ARTv2 directory.") + cmds.warning("Selected directory is not valid. Please locate the ARTv2 directory or ensure the directory is named 'ARTv2'.") else: cmds.deleteUI("epicToolsInstall_UI") |