Skip to content

Commit

Permalink
Mark villages label category as a translation string.
Browse files Browse the repository at this point in the history
Resolves #2949.

(cherry picked from commit 0f09fce)
  • Loading branch information
Wedge009 committed Oct 16, 2019
1 parent dd0b073 commit fc4b25d
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 fc4b25d

Please sign in to comment.