QTfrontend/ui/widget/about.cpp
changeset 14426 8e2773ff2986
parent 14425 bf0ec13a21ea
child 14428 fbe5e49462aa
--- 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);