diff --git a/nw/gui/mainmenu.py b/nw/gui/mainmenu.py index 328f755c..00b3fbfe 100644 --- a/nw/gui/mainmenu.py +++ b/nw/gui/mainmenu.py @@ -121,13 +121,21 @@ class GuiMainMenu(QMenuBar): def _showAbout(self): listPrefix = " • " aboutMsg = ( - "
Version: {version:s}
Release Date: {date:s}
Version {version:s}, released {date:s}.
" + "{copyright:s}.
" "{name:s} is a markdown-like text editor designed for organising " "and writing novels. It is written in Python 3 with a Qt5 GUI, " - "using PyQt5
" - "{name:s} is licensed under GPL v3.0
" - "{copyright:s}
" + "using PyQt5." + "{name:s} is free software: you can redistribute it and/or " + "modify it under the terms of the GNU General Public License as " + "published by the Free Software Foundation, either version 3 of the " + "License, or (at your option) any later version.
" + "{name:s} is distributed in the hope that it will be useful, " + "but WITHOUT ANY WARRANTY; without even the implied warranty of " + "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the " + "GPL v3.0 " + "License for more details.
" "Website: {website:s}
" "{credits:s}
"