From 9d5bdfe1581d193060fd0993a5a70934329dcb64 Mon Sep 17 00:00:00 2001 From: Xeno333 <149852758+Xeno333@users.noreply.github.com> Date: Sun, 22 Jun 2025 09:07:23 -0500 Subject: [PATCH] Update builtin/mainmenu/dlg_create_world.lua Co-authored-by: sfan5 --- builtin/mainmenu/dlg_create_world.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."),