Achievements: Fix a couple of typos

This commit is contained in:
refractionpcsx2 2022-10-01 00:26:26 +01:00
parent 0419de4baf
commit 2ff72867e3
2 changed files with 3 additions and 3 deletions

View File

@ -948,7 +948,7 @@ bool Achievements::LoginAsync(const char* username, const char* password)
if (FullscreenUI::IsInitialized())
{
ImGuiFullscreen::OpenBackgroundProgressDialog("cheevos_async_login", "Logging in to RetroAchivements...", 0, 1, 0);
ImGuiFullscreen::OpenBackgroundProgressDialog("cheevos_async_login", "Logging in to RetroAchievements...", 0, 1, 0);
}
SendLogin(username, password, s_http_downloader.get(), LoginASyncCallback);

View File

@ -3488,7 +3488,7 @@ void FullscreenUI::DrawFoldersSettingsPage()
void FullscreenUI::DrawAchievementsSettingsPage()
{
BeginMenuButtons();
ActiveButton(ICON_FA_BAN " This build was not compiled with Achivements support.", false, false,
ActiveButton(ICON_FA_BAN " This build was not compiled with Achievements support.", false, false,
ImGuiFullscreen::LAYOUT_MENU_BUTTON_HEIGHT_NO_SUMMARY);
EndMenuButtons();
}
@ -5877,7 +5877,7 @@ bool FullscreenUI::OpenLeaderboardsWindow()
void FullscreenUI::DrawAchievementsSettingsPage()
{
BeginMenuButtons();
ActiveButton(ICON_FA_BAN " This build was not compiled with RetroAchivements support.", false, false,
ActiveButton(ICON_FA_BAN " This build was not compiled with RetroAchievements support.", false, false,
ImGuiFullscreen::LAYOUT_MENU_BUTTON_HEIGHT_NO_SUMMARY);
EndMenuButtons();
}