src/eric7/UI/UserInterface.py

branch
eric7
changeset 9421
989ee2535d59
parent 9413
80c06d472826
child 9429
b2db3a67525c
--- a/src/eric7/UI/UserInterface.py	Tue Oct 18 17:48:03 2022 +0200
+++ b/src/eric7/UI/UserInterface.py	Wed Oct 19 13:39:16 2022 +0200
@@ -3267,7 +3267,7 @@
         self.actions.append(self.prefExportAct)
 
         self.prefImportAct = EricAction(
-            self.tr("from eric7 import Preferences"),
+            self.tr("Import Preferences"),
             EricPixmapCache.getIcon("configureImport"),
             self.tr("I&mport Preferences..."),
             0,
@@ -3280,7 +3280,7 @@
         )
         self.prefImportAct.setWhatsThis(
             self.tr(
-                """<b>from eric7 import Preferences</b>"""
+                """<b>Import Preferences</b>"""
                 """<p>Import a previously exported configuration.</p>"""
             )
         )

eric ide

mercurial