Put a proper message now that the string freeze is over.

This commit is contained in:
Guillaume Melquiond 2005-02-20 22:19:09 +00:00
parent 7e75adfeda
commit 4e892cef25

View file

@ -721,9 +721,8 @@ redo_turn:
info["condition"] = "game over";
network::send_data(cfg);
} else
gui::show_dialog(gui, NULL, "",
_("Victory") + std::string(" / ") + _("Defeat"),
gui::OK_ONLY);
gui::show_dialog(gui, NULL, _("Game Over"),
_("The game is over."), gui::OK_ONLY);
}
if(end_level.result == QUIT) {