Request translating "Base Terrain: " string at runtime (bug #22901)

This commit is contained in:
Ignacio R. Morelle 2014-12-22 22:29:40 -03:00
parent 67bb16e408
commit bedfe1210f

View file

@ -136,7 +136,7 @@ std::string terrain_topic_generator::operator()() const {
const t_translation::t_list& underlying_mvt_terrains = tdata->underlying_mvt_terrain(type_.number());
ss << "\n" << N_("Base Terrain: ");
ss << "\n" << _("Base Terrain: ");
bool first = true;
BOOST_FOREACH(const t_translation::t_terrain& underlying_terrain, underlying_mvt_terrains) {