Skip to content

Commit

Permalink
Use sentence case in player disconnect menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Feb 23, 2014
1 parent ee63153 commit 0ed8c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playturn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 0ed8c1a

Please sign in to comment.