From 99a6c124938d7c545d49e88e763c9978b82f39d3 Mon Sep 17 00:00:00 2001 From: birdlover32767 <162155761+birdlover32767@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:29:01 +0300 Subject: [PATCH] Fix another minor mistake --- builtin/common/settings/dlg_change_mapgen_flags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/common/settings/dlg_change_mapgen_flags.lua b/builtin/common/settings/dlg_change_mapgen_flags.lua index 5e5b4d1d9b..152f027a20 100644 --- a/builtin/common/settings/dlg_change_mapgen_flags.lua +++ b/builtin/common/settings/dlg_change_mapgen_flags.lua @@ -57,7 +57,7 @@ local function get_formspec(dialogdata) -- First row height = height + 0.3 add_field(0.3, "te_offset", fgettext("Offset"), t[1], {fgettext("This value offsets the final noise.")}) - add_field(3.6, "te_scale", fgettext("Scale"), t[2], {fgettext("This value multiplied with the noise before the offset is added.")}) + add_field(3.6, "te_scale", fgettext("Scale"), t[2], {fgettext("This value is multiplied with the noise before the offset is added.")}) add_field(6.9, "te_seed", fgettext("Seed"), t[6], { fgettext("This value acts as a random seed for the noise. The same seed results in the same noise.")}) height = height + 1.1