diff --git a/builtin/mainmenu/dlg_create_world.lua b/builtin/mainmenu/dlg_create_world.lua index a08aee4b0..71acf7d91 100644 --- a/builtin/mainmenu/dlg_create_world.lua +++ b/builtin/mainmenu/dlg_create_world.lua @@ -83,7 +83,7 @@ local mapgens_descriptions = { valleys = fgettext("Large valleys with complex terrain and rivers."), carpathian = fgettext("Realistic looking world with vast plains."), v5 = fgettext("Old mapgen."), - flat = fgettext("World Flat terrain."), + flat = fgettext("Flat world terrain"), fractal = fgettext("Wold with fractal structure."), singlenode = fgettext("Empty world, use for lua defined mapgens."), v6 = fgettext("Simple mapgen with few features, not recommended."),