mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- 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:
parent
45d94ee993
commit
b378b29421
1 changed files with 1 additions and 1 deletions
|
@ -2288,7 +2288,7 @@ VIDMNU_ENTERTEXT = "Press ENTER to set mode";
|
||||||
VIDMNU_TESTTEXT1 = "T to test mode for 5 seconds";
|
VIDMNU_TESTTEXT1 = "T to test mode for 5 seconds";
|
||||||
VIDMNU_TESTTEXT2 = "Please wait 5 seconds...";
|
VIDMNU_TESTTEXT2 = "Please wait 5 seconds...";
|
||||||
VIDMNU_USELINEAR = "Use Linear Scaling (Fullscreen)";
|
VIDMNU_USELINEAR = "Use Linear Scaling (Fullscreen)";
|
||||||
VIDMNU_CUSTOMRES = "Custom Resolution Mode";
|
VIDMNU_CUSTOMRES = "Custom Pixel Scaling";
|
||||||
VIDMNU_CUSTOMX = "Custom Width";
|
VIDMNU_CUSTOMX = "Custom Width";
|
||||||
VIDMNU_CUSTOMY = "Custom Height";
|
VIDMNU_CUSTOMY = "Custom Height";
|
||||||
VIDMNU_APPLYW = "Apply Changes (Windowed)";
|
VIDMNU_APPLYW = "Apply Changes (Windowed)";
|
||||||
|
|
Loading…
Reference in a new issue