fix untranslatable string.

This commit is contained in:
gfgtdf 2018-05-26 03:16:43 +02:00 committed by Charles Dang
parent 40d1fbefa7
commit 30c08cd785

View file

@ -24,6 +24,7 @@
#include "game_events/pump.hpp"
#include "preferences/game.hpp"
#include "game_data.hpp" //resources::gamedata->phase()
#include "gettext.hpp"
#include "gui/dialogs/unit_advance.hpp"
#include "gui/widgets/retval.hpp" //gui2::retval::OK
#include "log.hpp"
@ -221,7 +222,7 @@ namespace
}
virtual std::string description() const
{
return "an advancement choice";
return _("an advancement choice");
}
private:
const map_location loc_;