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