Merge pull request #103 from cbeck88/warning_message_fixup

warning message fixup
This commit is contained in:
cbeck88 2014-02-21 13:06:06 -05:00
commit 38afe48a49

View file

@ -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()) {