From 6d138d054ab0e36b5046bf1e0dad8eb3fb03506b Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 20 Apr 2020 22:24:56 +0200 Subject: [PATCH] Updated the about box --- nw/gui/mainmenu.py | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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 = ( - "

About {name:s}

" - "

Version: {version:s}
Release Date: {date:s}

" + "

This is {name: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

" "

{credits:s}

"