mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed some language issues with the menu.
This commit is contained in:
parent
208ad14bad
commit
0f871a1d21
2 changed files with 3 additions and 3 deletions
|
@ -1749,7 +1749,7 @@ JOYMNU_CONFIG = "CONFIGURE CONTROLLER";
|
||||||
JOYMNU_OPTIONS = "CONTROLLER OPTIONS";
|
JOYMNU_OPTIONS = "CONTROLLER OPTIONS";
|
||||||
|
|
||||||
// Player Setup Menu
|
// Player Setup Menu
|
||||||
PLYRMNU_PLAYERSETUP = "PLAYER SETUP";
|
MNU_PLAYERSETUP = "PLAYER SETUP";
|
||||||
PLYRMNU_NAME = "Name";
|
PLYRMNU_NAME = "Name";
|
||||||
PLYRMNU_TEAM = "Team";
|
PLYRMNU_TEAM = "Team";
|
||||||
PLYRMNU_PLAYERCOLOR = "Color";
|
PLYRMNU_PLAYERCOLOR = "Color";
|
||||||
|
@ -2258,7 +2258,7 @@ OPTVAL_FOO_DUMB = "foo_dumb";
|
||||||
OPTVAL_ALIASING = "Aliasing";
|
OPTVAL_ALIASING = "Aliasing";
|
||||||
OPTVAL_LINEAR = "Linear";
|
OPTVAL_LINEAR = "Linear";
|
||||||
OPTVAL_CUBIC = "Cubic";
|
OPTVAL_CUBIC = "Cubic";
|
||||||
OPTVAL_BLEP = "Band-limited step"
|
OPTVAL_BLEP = "Band-limited step";
|
||||||
OPTVAL_LINEARSLOW = "Linear (Slower)";
|
OPTVAL_LINEARSLOW = "Linear (Slower)";
|
||||||
OPTVAL_BLAM = "Band-limited linear";
|
OPTVAL_BLAM = "Band-limited linear";
|
||||||
OPTVAL_CUBICSLOW = "Cubic (Slower)";
|
OPTVAL_CUBICSLOW = "Cubic (Slower)";
|
||||||
|
|
|
@ -366,7 +366,7 @@ OptionValue "Gender"
|
||||||
|
|
||||||
ListMenu "PlayerMenu"
|
ListMenu "PlayerMenu"
|
||||||
{
|
{
|
||||||
StaticTextCentered 160, 6, "$PLYRMNU_PLAYERSETUP"
|
StaticTextCentered 160, 6, "$MNU_PLAYERSETUP"
|
||||||
Font "SmallFont"
|
Font "SmallFont"
|
||||||
Linespacing 14
|
Linespacing 14
|
||||||
Position 48, 36
|
Position 48, 36
|
||||||
|
|
Loading…
Reference in a new issue