--- a/eric6/eric6_browser.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/eric6_browser.py Wed Jan 06 13:47:01 2021 +0100 @@ -5,7 +5,7 @@ # """ -Eric6 Web Browser. +eric Web Browser. This is the main Python script that performs the necessary initialization of the web browser and starts the Qt event loop. This is a standalone version @@ -60,7 +60,7 @@ app = QApplication([]) QTimer.singleShot(0, lambda: E5MessageBox.critical( None, - "eric6 Web Browser", + "eric Web Browser", "QtWebEngineWidgets is not installed but needed to execute the" " web browser.")) app.exec() @@ -155,7 +155,7 @@ ("--single", "start the browser as a single application"), ] appinfo = AppInfo.makeAppInfo(sys.argv, - "eric6 Web Browser", + "eric Web Browser", "file", "web browser", options)