--- a/eric6/eric6_qregularexpression.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/eric6_qregularexpression.py Wed Jan 06 13:47:01 2021 +0100 @@ -5,7 +5,7 @@ # """ -Eric6 QRegularExpression. +eric QRegularExpression. This is the main Python script that performs the necessary initialization of the QRegularExpression wizard module and starts the Qt event loop. This is @@ -65,7 +65,7 @@ ] appinfo = AppInfo.makeAppInfo( sys.argv, - "Eric6 QRegularExpression", + "eric QRegularExpression", "", "Regexp editor for Qt's QRegularExpression class", options)