gui2/mp_faction_select: Use a disambiguator for the Random gender option
You just know sooner or later someone's going to try to use "random" for something other than gender and some translations will end up looking wrong as a result.
This commit is contained in:
parent
2de931cfa0
commit
3d7842c43e
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@
|
|||
|
||||
[/column]
|
||||
|
||||
{_GUI_GENDER_TOGGLE "gender_random" ( _ "Random")}
|
||||
{_GUI_GENDER_TOGGLE "gender_random" ( _ "gender^Random")}
|
||||
|
||||
{_GUI_GENDER_TOGGLE "gender_male" ( _ "Male")}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue