From 8a56b8dc0b66b022203283017ca7ec84646ee124 Mon Sep 17 00:00:00 2001 From: Jouca Date: Sat, 10 Aug 2024 21:23:15 +0200 Subject: [PATCH] Fixed GD awards information --- src/Utils/NewProfilePage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Utils/NewProfilePage.cpp b/src/Utils/NewProfilePage.cpp index 53b027b..236a7fe 100644 --- a/src/Utils/NewProfilePage.cpp +++ b/src/Utils/NewProfilePage.cpp @@ -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( -GDUtils GDAwards is a user that won the GD Award 2023 Edition published on RobTop YouTube channel. +GD Awards 2023 Winner is a user that won the GD Award 2023 Edition published on RobTopGames YouTube channel. )text", "OK", nullptr, - 250.0f + 300.0f )->show(); }