Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update AboutDialog.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaisLazier authored Feb 8, 2024
1 parent fa053cf commit ee75da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/ui/dialogs/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ QString getCreditsHtml()
//: %1 is the name of the launcher, determined at build time, e.g. "ShatteredPrism Developers"
stream << "<h3>" << QObject::tr("%1 Developers", "About Credits").arg(BuildConfig.LAUNCHER_DISPLAYNAME) << "</h3>\n";
stream << QString("<p>LunaisLazier %1</p>\n").arg(getGitHub("LunaisLazier"));
stream << QString("<p>fn2006 %1</p>\n").arg(getGitHub("fn2006"));
stream << QString("<p>Evan Goode %1</p>\n").arg(getGitHub("evan-goode"));
stream << "<br />\n";

//: %1 is the name of the launcher, determined at build time, e.g. "ShatteredPrism Contributors"
stream << "<h3>" << QObject::tr("%1 Contributors", "About Credits").arg(BuildConfig.LAUNCHER_DISPLAYNAME) << "</h3>\n";
stream << QString("<p>fn2006 %1</p>\n").arg(getGitHub("fn2006"));
stream << QString("<p>Evan Goode %1</p>\n").arg(getGitHub("evan-goode"));
stream << QString("<p>anoraktrend %1</p>\n").arg(getGitHub("anoraktrend"));
stream << QString("<p>Emma Tebibyte %1</p>\n").arg(getWebsite("https://tebibyte.media/"));
stream << "<br />\n";
Expand Down

0 comments on commit ee75da1

Please sign in to comment.