Request translating "Base Terrain: " string at runtime (bug #22901)
This commit is contained in:
parent
cebc936b08
commit
a2d8752a5c
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue