From 60afab8871fa0ef776505312082e056933b232db Mon Sep 17 00:00:00 2001 From: Xeno333 <149852758+Xeno333@users.noreply.github.com> Date: Sun, 22 Jun 2025 09:07:05 -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 3aec36d282..a08aee4b04 100644 --- a/builtin/mainmenu/dlg_create_world.lua +++ b/builtin/mainmenu/dlg_create_world.lua @@ -79,7 +79,7 @@ local mgv6_biomes = { } local mapgens_descriptions = { - v7 = fgettext("Default mapgen with large complex mountins and plains."), + v7 = fgettext("Default mapgen with large complex mountains and plains."), valleys = fgettext("Large valleys with complex terrain and rivers."), carpathian = fgettext("Realistic looking world with vast plains."), v5 = fgettext("Old mapgen."),