diff -r 44e15eda6506 -r e8fc383322f7 eric6/eric6_hexeditor.py --- a/eric6/eric6_hexeditor.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/eric6_hexeditor.py Wed Jan 06 13:47:01 2021 +0100 @@ -5,7 +5,7 @@ # """ -Eric6 Hex Editor. +eric Hex Editor. This is the main Python script that performs the necessary initialization of the hex editor and starts the Qt event loop. This is a standalone version @@ -70,7 +70,7 @@ ("", "name of file to edit") ] appinfo = AppInfo.makeAppInfo(sys.argv, - "Eric6 Hex Editor", + "eric Hex Editor", "", "Little tool to edit binary files.", options)