Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.py

changeset 6295
79bfd24e2fee
parent 6294
58f82c179d2b
child 6301
f488d2cc5841
diff -r 58f82c179d2b -r 79bfd24e2fee Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.py
--- a/Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.py	Fri May 18 19:04:15 2018 +0200
+++ b/Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.py	Fri May 18 19:24:37 2018 +0200
@@ -59,7 +59,7 @@
                         "Archive Files (*.tar.gz *.zip);;"
                         "All Files (*)"))
         else:
-            self.fileLabel.setText(self.tr("Enter file:"))
+            self.fileLabel.setText(self.tr("Enter file name:"))
             self.filePicker.setMode(E5PathPickerModes.OpenFileMode)
             self.filePicker.setToolTip(self.tr(
                 "Press to select a file through a file selection dialog."))

eric ide

mercurial