--- 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)