Revert header to say 'About'

This commit is contained in:
Veronica K. B. Olsen
2020-04-20 22:33:21 +02:00
parent 6d138d054a
commit 5ab85a38bb
+1 -1
View File
@@ -121,7 +121,7 @@ class GuiMainMenu(QMenuBar):
def _showAbout(self):
listPrefix = "  •  "
aboutMsg = (
"<h3>This is {name:s}</h3>"
"<h3>About {name:s}</h3>"
"<p>Version {version:s}, released {date:s}.</p>"
"<p>{copyright:s}.</p>"
"<p>{name:s} is a markdown-like text editor designed for organising "