MP: Call side for empty slot »Nobody«

This sounds in German better, it might as well in English.
This commit is contained in:
Severin Glöckner 2019-04-29 22:56:44 +02:00
parent 8de92f5d92
commit ad41ce8a3f

View file

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