- change 'other' gender to 'robotic' for English

This commit is contained in:
Rachael Alexanderson 2018-10-29 09:54:11 -04:00
parent 49c3ec6a87
commit c808af94ca
1 changed files with 1 additions and 1 deletions

View File

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