mirror of https://github.com/PCSX2/pcsx2.git
Achievements: Fix a couple of typos
This commit is contained in:
parent
0419de4baf
commit
2ff72867e3
|
@ -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);
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue