--- 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);