mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
gui/information bar: Fix tiny typo of platinum trophy.
This commit is contained in:
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user