mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 04:21:17 +00:00
Request translating "Base Terrain: " string at runtime (bug #22901)
This commit is contained in:
parent
67bb16e408
commit
bedfe1210f
@ -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…
x
Reference in New Issue
Block a user