mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
Adjusted mastery message
Wes from RetroAchievements requested a minor phrasing change to the mastery message.
This commit is contained in:
parent
e6ed939952
commit
9d3023f612
1 changed files with 1 additions and 1 deletions
|
@ -1239,7 +1239,7 @@ void AchievementManager::HandleGameCompletedEvent(const rc_client_event_t* clien
|
|||
return;
|
||||
}
|
||||
bool hardcore = rc_client_get_hardcore_enabled(client);
|
||||
OSD::AddMessage(fmt::format("Congratulations! {} has {} {}", user_info->display_name,
|
||||
OSD::AddMessage(fmt::format("Congratulations {}! You have {} {}", user_info->display_name,
|
||||
hardcore ? "mastered" : "completed", game_info->title),
|
||||
OSD::Duration::VERY_LONG, hardcore ? OSD::Color::YELLOW : OSD::Color::CYAN,
|
||||
&AchievementManager::GetInstance().GetGameBadge());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue