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