Skip to content

Commit

Permalink
Fixed GD awards information
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Aug 10, 2024
1 parent e633298 commit 8a56b8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Utils/NewProfilePage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,13 @@ void NewProfilePage::onGDUtilsArtistBadgePressed(CCObject* pSender) {
void NewProfilePage::onGDUtilsGDAwards2023BadgePressed(CCObject* pSender) {
FLAlertLayer::create(
nullptr,
"GDUtils GDAwards",
"GD Awards 2023 Winner",
R"text(
<cg>GDUtils GDAwards</c> is a user that won the <cg>GD Award 2023 Edition</c> published on <cg>RobTop YouTube channel</c>.
<cy>GD Awards 2023 Winner</c> is a user that won the <cg>GD Award 2023 Edition</c> published on <cy>RobTopGames YouTube channel</c>.
)text",
"OK",
nullptr,
250.0f
300.0f
)->show();
}

Expand Down

0 comments on commit 8a56b8d

Please sign in to comment.