Point to CREDITS file
authorWuzzy <Wuzzy2@mail.ru>
Thu, 13 Dec 2018 17:40:03 +0100
changeset 14426 8e2773ff2986
parent 14425 bf0ec13a21ea
child 14427 9b53b46ede3e
Point to CREDITS file
CREDITS
QTfrontend/ui/widget/about.cpp
--- a/CREDITS	Thu Dec 13 17:28:53 2018 +0100
+++ b/CREDITS	Thu Dec 13 17:40:03 2018 +0100
@@ -2,6 +2,8 @@
 === EXTENDED CREDITS LIST ===
 =============================
 
+For the normal credits, click on the Hedgewars logo in the main menu.
+
 IF NOT OTHERWISE SPECIFIED, ALL OTHER CONTENT IS PROPERTY OF Andrey Korotaev <unC0Rr@gmail.com>.
 IF NO LICENSE IS SPECIFIED, THE LICENSE IS THE SAME AS MENTIONED IN README.md.
 
--- a/QTfrontend/ui/widget/about.cpp	Thu Dec 13 17:28:53 2018 +0100
+++ b/QTfrontend/ui/widget/about.cpp	Thu Dec 13 17:40:03 2018 +0100
@@ -248,6 +248,8 @@
         "";
     QString footer =
         ""
+        "<h2>" + tr("Extended Credits") + "</h2>"
+        "<p>" + tr("An extended credits list can be found in the CREDITS text file.") + "</p>"
         "</body></html>";
 
     creditsBrowser->setHtml(header + credits + footer);