From b378b294210fd22a9f14c96cc10980b505f926c1 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 20 Jan 2019 02:51:40 -0500 Subject: [PATCH] - modify the wording in the preset scaling menu to imply that all it does is pixel scaling, not change the actual screen resolution --- wadsrc/static/language.enu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/language.enu b/wadsrc/static/language.enu index 81b7d17f2..6f7d41a28 100644 --- a/wadsrc/static/language.enu +++ b/wadsrc/static/language.enu @@ -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)";