mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- change 'other' gender to 'robotic' for English
This commit is contained in:
parent
49c3ec6a87
commit
c808af94ca
1 changed files with 1 additions and 1 deletions
|
@ -2317,7 +2317,7 @@ OPTVAL_ON = "On";
|
|||
OPTVAL_AUTO = "Auto";
|
||||
OPTVAL_MALE = "Male";
|
||||
OPTVAL_FEMALE = "Female";
|
||||
OPTVAL_OTHER = "Other";
|
||||
OPTVAL_OTHER = "Robotic";
|
||||
OPTVAL_UPPERLEFT = "Upper left";
|
||||
OPTVAL_UPPERRIGHT = "Upper right";
|
||||
OPTVAL_LOWERLEFT = "Lower left";
|
||||
|
|
Loading…
Reference in a new issue