--- a/eric6/E5XML/ShortcutsWriter.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/E5XML/ShortcutsWriter.py Wed Jan 06 13:47:01 2021 +0100 @@ -43,7 +43,7 @@ shortcutsFileFormatVersion)) # add some generation comments - self.writeComment(" Eric6 keyboard shortcuts ") + self.writeComment(" eric keyboard shortcuts ") self.writeComment( " Saved: {0}".format(time.strftime('%Y-%m-%d, %H:%M:%S'))) self.writeComment(" Author: {0} ".format(self.email))