mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Use the correct "Frame Skipping" translation string.
This commit is contained in:
parent
ba15575ffa
commit
ad2368001b
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ namespace MainWindow
|
|||
g_Config.iFrameSkip = framesToSkip;
|
||||
|
||||
I18NCategory *g = GetI18NCategory("Graphics");
|
||||
const char *frameskipStr = g->T("Frameskipping");
|
||||
const char *frameskipStr = g->T("Frame Skipping");
|
||||
const char *offStr = g->T("Off");
|
||||
const char *autoStr = g->T("Auto");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue