typo fixed
This commit is contained in:
parent
b5c472b26d
commit
cc7eea96e3
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ int mp_connect::load_map(int map, int num_turns, int village_gold,
|
|||
}
|
||||
if (found == false) {
|
||||
gui::show_dialog(*disp_, NULL, "",
|
||||
string_table["error_no_part_of_game"],
|
||||
string_table["error_not_part_of_game"],
|
||||
gui::OK_ONLY);
|
||||
status_ = -1;
|
||||
return status_;
|
||||
|
|
Loading…
Add table
Reference in a new issue