diff --git a/src/Gui/Splashscreen.cpp b/src/Gui/Splashscreen.cpp index 398ea5f8f4..a1a2503575 100644 --- a/src/Gui/Splashscreen.cpp +++ b/src/Gui/Splashscreen.cpp @@ -480,8 +480,11 @@ void AboutDialog::showCredits() textField->setOpenLinks(false); hlayout->addWidget(textField); - QString creditsHTML = QString::fromLatin1("

"); + QString creditsHTML = QString::fromLatin1("

"); + //: Header for bgbsww + creditsHTML += tr("This version of FreeCAD is dedicated to the memory of Brad McLean, aka bgbsww."); //: Header for the Credits tab of the About screen + creditsHTML += QString::fromLatin1("

"); creditsHTML += tr("Credits"); creditsHTML += QString::fromLatin1("

"); creditsHTML += tr("FreeCAD would not be possible without the contributions of");