Merge pull request #103 from cbeck88/warning_message_fixup
warning message fixup
This commit is contained in:
commit
38afe48a49
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ bool game_controller::load_game()
|
|||
if (side["controller"] == "network_ai")
|
||||
side["controller"] = "human_ai";
|
||||
}
|
||||
gui2::show_error_message(disp().video(), _("Warning: This is a multiplayer scenario and some parts of it may not work properly in singleplayer. It is recommended to load this scenario through the Multiplayer -> Load Game dialog instead."));
|
||||
gui2::show_message(disp().video(), _("Warning") , _("This is a multiplayer scenario. Some parts of it may not work properly in single player. It is recommended to load this scenario through the Multiplayer -> Load Game dialog instead."));
|
||||
}
|
||||
|
||||
if (load.cancel_orders()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue