mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
MENUDEF change for new strings in Russian
This is to accomodate the grammatical gender system.
This commit is contained in:
parent
f5ad144934
commit
282cce765d
1 changed files with 2 additions and 2 deletions
|
@ -807,7 +807,7 @@ OptionValue Contrast
|
||||||
{
|
{
|
||||||
0.0, "$OPTVAL_OFF"
|
0.0, "$OPTVAL_OFF"
|
||||||
1.0, "$OPTVAL_ON"
|
1.0, "$OPTVAL_ON"
|
||||||
2.0, "$OPTVAL_SMOOTH"
|
2.0, "$OPTVAL_SMOOTH_1"
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionValue Fuzziness
|
OptionValue Fuzziness
|
||||||
|
@ -2375,7 +2375,7 @@ OptionValue "Particles"
|
||||||
{
|
{
|
||||||
0, "$OPTVAL_SQUARE"
|
0, "$OPTVAL_SQUARE"
|
||||||
1, "$OPTVAL_ROUND"
|
1, "$OPTVAL_ROUND"
|
||||||
2, "$OPTVAL_SMOOTH"
|
2, "$OPTVAL_SMOOTH_2"
|
||||||
}
|
}
|
||||||
|
|
||||||
OptionValue "HqResizeModes"
|
OptionValue "HqResizeModes"
|
||||||
|
|
Loading…
Reference in a new issue