diff -r bf0ec13a21ea -r 8e2773ff2986 QTfrontend/ui/widget/about.cpp --- 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 = "" + "

" + tr("Extended Credits") + "

" + "

" + tr("An extended credits list can be found in the CREDITS text file.") + "

" ""; creditsBrowser->setHtml(header + credits + footer);