fix a translatble string
this was accidently changed in 0d07c1a815 (diff-f37d3b85a3cd4267bcee0adadb58bbf6L715)
This commit is contained in:
parent
421f8ff70a
commit
38b3320b76
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue