Fixed English localization issues

https://forum.zdoom.org/viewtopic.php?t=58684
This commit is contained in:
alexey.lysiuk 2017-12-09 12:57:09 +02:00
parent 81769518c9
commit e3ba9567c9
2 changed files with 2 additions and 3 deletions

View file

@ -1777,7 +1777,7 @@ MOUSEMNU_LOOKSTRAFE = "Lookstrafe";
// Joystick Menu
JOYMNU_CONFIG = "CONFIGURE CONTROLLER";
JOYMNU_TITLE = "CONFIGURE CONTROLLER";
JOYMNU_OPTIONS = "CONTROLLER OPTIONS";
JOYMNU_NOMENU = "Block controller input in menu";
@ -2796,7 +2796,6 @@ OPTVAL_TRANSLUCENTFUZZ = "Translucent fuzz";
OPTVAL_NOISE = "Noise";
OPTVAL_SMOOTHNOISE = "Smooth Noise";
OPTVAL_JAGGEDFUZZ = "Jagged fuzz";
OPTVAL_NORMAL = "Normal";
OPTVAL_GREENMAGENTA = "Green/Magenta";
OPTVAL_REDCYAN = "Red/Cyan";
OPTVAL_AMBERBLUE = "Amber/Blue";

View file

@ -608,7 +608,7 @@ OptionValue "Inversion"
OptionMenu "JoystickConfigMenu" protected
{
Title "$JOY_CONFIG"
Title "$JOYMNU_TITLE"
Class "JoystickConfigMenu"
// Will be filled in by joystick code.
}