GUI: Added dedication to @bgbsww in about dialog/credits

This commit is contained in:
Yorik van Havre
2024-10-16 15:56:35 +02:00
committed by Chris Hennes
parent bc6376c3a9
commit 9c6bd61fd6

View File

@@ -480,8 +480,11 @@ void AboutDialog::showCredits()
textField->setOpenLinks(false);
hlayout->addWidget(textField);
QString creditsHTML = QString::fromLatin1("<html><body><h1>");
QString creditsHTML = QString::fromLatin1("<html><body><p>");
//: 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("</p><h1>");
creditsHTML += tr("Credits");
creditsHTML += QString::fromLatin1("</h1><p>");
creditsHTML += tr("FreeCAD would not be possible without the contributions of");