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 cebc936b08
commit a2d8752a5c

View file

@ -1324,7 +1324,7 @@ public:
const t_translation::t_list& underlying_terrains = resources::game_map->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_terrains) {