Skip to content

Commit

Permalink
Merge pull request #103 from cbeck88/warning_message_fixup
Browse files Browse the repository at this point in the history
warning message fixup
  • Loading branch information
cbeck88 committed Feb 21, 2014
2 parents cbbad01 + eb17885 commit 38afe48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 38afe48

Please sign in to comment.