Skip to content

Commit

Permalink
fix a translatble string
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jan 25, 2017
1 parent 421f8ff commit 38b3320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/default_map_generator_job.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 38b3320

Please sign in to comment.