mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 15:05:46 -04:00
Fix a missing comma in the PGXP message
+ translations fixed to account for that
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user