MP: Call side for empty slot »Nobody«
This sounds in German better, it might as well in English.
This commit is contained in:
parent
8de92f5d92
commit
ad41ce8a3f
1 changed files with 1 additions and 1 deletions
|
@ -1291,7 +1291,7 @@ void side_engine::update_controller_options()
|
|||
|
||||
add_controller_option(CNTR_LOCAL, _("Local Player"), "human");
|
||||
add_controller_option(CNTR_COMPUTER, _("Computer Player"), "ai");
|
||||
add_controller_option(CNTR_EMPTY, _("Empty"), "null");
|
||||
add_controller_option(CNTR_EMPTY, _("Nobody"), "null");
|
||||
|
||||
if(!reserved_for_.empty()) {
|
||||
add_controller_option(CNTR_RESERVED, _("Reserved"), "human");
|
||||
|
|
Loading…
Add table
Reference in a new issue