Skip to content

Commit

Permalink
Improve formatting of the MP save/replay warning for Load Game
Browse files Browse the repository at this point in the history
Sadly, not backport-able to 1.12.
  • Loading branch information
irydacea committed Jun 11, 2014
1 parent a16ed4c commit 6757d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_controller.cpp
Expand Up @@ -623,7 +623,7 @@ bool game_controller::load_game()
if (side["controller"] == "network_ai")
side["controller"] = "ai";
}
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."));
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 <b>Multiplayer</b> → <b>Load Game</b> dialog instead."), "", true, true);
}

if (load.cancel_orders()) {
Expand Down

0 comments on commit 6757d25

Please sign in to comment.