Skip to content

Commit

Permalink
Request translating "Base Terrain: " string at runtime (bug #22901)
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Dec 23, 2014
1 parent cebc936 commit a2d8752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help.cpp
Expand Up @@ -1324,7 +1324,7 @@ class terrain_topic_generator: public topic_generator

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) {
Expand Down

0 comments on commit a2d8752

Please sign in to comment.