Use sentence case in player disconnect menu
This commit is contained in:
parent
ee63153783
commit
0ed8c1a837
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data(const config& cfg
|
|||
options.push_back(_("Replace with AI"));
|
||||
options.push_back(_("Replace with local player"));
|
||||
options.push_back(_("Set side to idle"));
|
||||
options.push_back(_("Save and Abort game"));
|
||||
options.push_back(_("Save and abort game"));
|
||||
|
||||
first_observer_option_idx = options.size();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue