mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Fixed English localization issues
https://forum.zdoom.org/viewtopic.php?t=58684
This commit is contained in:
parent
81769518c9
commit
e3ba9567c9
2 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -608,7 +608,7 @@ OptionValue "Inversion"
|
|||
|
||||
OptionMenu "JoystickConfigMenu" protected
|
||||
{
|
||||
Title "$JOY_CONFIG"
|
||||
Title "$JOYMNU_TITLE"
|
||||
Class "JoystickConfigMenu"
|
||||
// Will be filled in by joystick code.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue