Fix a missing comma in the PGXP message

+ translations fixed to account for that
This commit is contained in:
Silent
2021-02-15 23:36:39 +01:00
parent 65daf1d6a0
commit 82469ac425
11 changed files with 18 additions and 18 deletions

View File

@ -1699,7 +1699,7 @@ void CommonHostInterface::RegisterGraphicsHotkeys()
System::ClearMemorySaveStates();
AddOSDMessage(g_settings.gpu_pgxp_enable ?
TranslateStdString("OSDMessage", "PGXP is now enabled.") :
TranslateStdString("OSDMessage", "PGXP is now disabled"),
TranslateStdString("OSDMessage", "PGXP is now disabled."),
5.0f);
if (g_settings.gpu_pgxp_enable)