Ver código fonte

Indication of purpose for directory selection

Michael Hanke 1 ano atrás
pai
commit
9721dfe2bb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      datalad_gooey/app.py

+ 1 - 1
datalad_gooey/app.py

@@ -108,7 +108,7 @@ class GooeyApp(QObject):
         if not path:
             # start root path given, ask user
             path = QFileDialog.getExistingDirectory(
-                caption="Choose directory or dataset",
+                caption="Select a base directory for DataLad",
                 options=QFileDialog.ShowDirsOnly,
             )
             if not path: