gui/information bar: Fix tiny typo of platinum trophy.

This commit is contained in:
Zangetsu38
2023-06-29 01:05:10 +02:00
committed by Zangetsu
parent f8058fb387
commit 32b607cb0a
+1 -1
View File
@@ -124,7 +124,7 @@ static bool set_notice_info(GuiState &gui, EmuEnvState &emuenv, const NoticeList
auto common = gui.lang.common.main;
switch (static_cast<np::trophy::SceNpTrophyGrade>(std::stoi(info.group))) {
case np::trophy::SceNpTrophyGrade::SCE_NP_TROPHY_GRADE_PLATINUM:
name = fmt::format("({}) ", common["platinium"]);
name = fmt::format("({}) ", common["platinum"]);
break;
case np::trophy::SceNpTrophyGrade::SCE_NP_TROPHY_GRADE_GOLD:
name = fmt::format("({}) ", common["gold"]);