eric6/Preferences/ConfigurationDialog.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8043
0acf98cd089a
child 8069
1176a936efa4
diff -r 44e15eda6506 -r e8fc383322f7 eric6/Preferences/ConfigurationDialog.py
--- a/eric6/Preferences/ConfigurationDialog.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/Preferences/ConfigurationDialog.py	Wed Jan 06 13:47:01 2021 +0100
@@ -4,7 +4,7 @@
 #
 
 """
-Module implementing a dialog for the configuration of eric6.
+Module implementing a dialog for the configuration of eric.
 """
 
 import os
@@ -62,7 +62,7 @@
 
 class ConfigurationWidget(QWidget):
     """
-    Class implementing a dialog for the configuration of eric6.
+    Class implementing a dialog for the configuration of eric.
     
     @signal preferencesChanged() emitted after settings have been changed
     @signal masterPasswordChanged(str, str) emitted after the master
@@ -88,7 +88,7 @@
         
         @param parent The parent widget of this dialog. (QWidget)
         @param fromEric flag indicating a dialog generation from within the
-            eric6 ide (boolean)
+            eric ide (boolean)
         @param displayMode mode of the configuration dialog
             (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode,
              WebBrowserMode)
@@ -344,7 +344,7 @@
                     [self.tr("Appearance"), "preferences-styles",
                      "WebBrowserAppearancePage", "0webBrowserPage", None],
                     "webBrowserPage":
-                    [self.tr("eric6 Web Browser"), "ericWeb",
+                    [self.tr("eric Web Browser"), "ericWeb",
                      "WebBrowserPage", "0webBrowserPage", None],
                     "webBrowserFlashCookieManagerPage":
                     [self.tr("Flash Cookie Manager"),
@@ -394,7 +394,7 @@
                 [self.tr("Appearance"), "preferences-styles",
                  "WebBrowserAppearancePage", None, None],
                 "webBrowserPage":
-                [self.tr("eric6 Web Browser"), "ericWeb",
+                [self.tr("eric Web Browser"), "ericWeb",
                  "WebBrowserPage", None, None],
                 
                 "webBrowserFlashCookieManagerPage":
@@ -927,7 +927,7 @@
         @param name The name of this dialog. string
         @param modal Flag indicating a modal dialog. (boolean)
         @param fromEric flag indicating a dialog generation from within the
-            eric6 ide (boolean)
+            eric ide (boolean)
         @param displayMode mode of the configuration dialog
             (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode,
              WebBrowserMode)

eric ide

mercurial