Revert header to say 'About'
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ class GuiMainMenu(QMenuBar):
|
|||||||
def _showAbout(self):
|
def _showAbout(self):
|
||||||
listPrefix = " • "
|
listPrefix = " • "
|
||||||
aboutMsg = (
|
aboutMsg = (
|
||||||
"<h3>This is {name:s}</h3>"
|
"<h3>About {name:s}</h3>"
|
||||||
"<p>Version {version:s}, released {date:s}.</p>"
|
"<p>Version {version:s}, released {date:s}.</p>"
|
||||||
"<p>{copyright:s}.</p>"
|
"<p>{copyright:s}.</p>"
|
||||||
"<p>{name:s} is a markdown-like text editor designed for organising "
|
"<p>{name:s} is a markdown-like text editor designed for organising "
|
||||||
|
|||||||
Reference in New Issue
Block a user