Skip to content

Commit

Permalink
Re-use existing translation for Villages.
Browse files Browse the repository at this point in the history
* Also makes sense to make label capitalised.

(cherry picked from commit 6b77280)
  • Loading branch information
Wedge009 committed Oct 16, 2019
1 parent fc4b25d commit b56b1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/default_map_generator.cpp
Expand Up @@ -194,7 +194,7 @@ config default_map_generator::create_scenario(boost::optional<uint32_t> randomse

config& label = res.add_child("label");
label["text"] = i->second;
label["category"] = _("villages");
label["category"] = _("Villages");
i->first.write(label);
}
}
Expand Down

0 comments on commit b56b1b3

Please sign in to comment.