fix a translatble string

this was accidently changed in 0d07c1a815 (diff-f37d3b85a3cd4267bcee0adadb58bbf6L715)
This commit is contained in:
gfgtdf 2017-01-25 20:10:42 +01:00 committed by GitHub
parent 421f8ff70a
commit 38b3320b76

View file

@ -701,7 +701,7 @@ std::string default_map_generator_job::default_generate_map(generator_data data,
log_scope("map generation");
// Odd widths are nasty
VALIDATE(is_even(data.width), _("Random maps with an odd data.width aren't supported."));
VALIDATE(is_even(data.width), _("Random maps with an odd width aren't supported."));
// Try to find configuration for castles
const config& castle_config = cfg.child("castle");