- modify the wording in the preset scaling menu to imply that all it does is pixel scaling, not change the actual screen resolution

This commit is contained in:
Rachael Alexanderson 2019-01-20 02:51:40 -05:00 committed by Christoph Oelckers
parent 45d94ee993
commit b378b29421
1 changed files with 1 additions and 1 deletions

View File

@ -2288,7 +2288,7 @@ VIDMNU_ENTERTEXT = "Press ENTER to set mode";
VIDMNU_TESTTEXT1 = "T to test mode for 5 seconds";
VIDMNU_TESTTEXT2 = "Please wait 5 seconds...";
VIDMNU_USELINEAR = "Use Linear Scaling (Fullscreen)";
VIDMNU_CUSTOMRES = "Custom Resolution Mode";
VIDMNU_CUSTOMRES = "Custom Pixel Scaling";
VIDMNU_CUSTOMX = "Custom Width";
VIDMNU_CUSTOMY = "Custom Height";
VIDMNU_APPLYW = "Apply Changes (Windowed)";