MENUDEF change for new strings in Russian

This is to accomodate the grammatical gender system.
This commit is contained in:
Nemrtvi 2019-03-30 19:20:45 +01:00 committed by Christoph Oelckers
parent f5ad144934
commit 282cce765d
1 changed files with 2 additions and 2 deletions

View File

@ -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"