Mark villages label category as a translation string.

Resolves #2949.
This commit is contained in:
Wedge009 2019-10-16 13:41:55 +11:00
parent 7fca6a77e4
commit 0f09fce0e1

View file

@ -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);
}
}