fix untranslatable string.
This commit is contained in:
parent
40d1fbefa7
commit
30c08cd785
1 changed files with 2 additions and 1 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Reference in a new issue