From 0b3a8deb2c8eba203ee6986e265cf93d31d4bf3a Mon Sep 17 00:00:00 2001 From: paramat Date: Sun, 9 Jul 2017 21:09:41 +0100 Subject: Advanced settings: Reformat noise parameter format example Previously the example ran off the edge of the formspec. Also include 'lacunarity' in the format instead of treating it as an option. --- builtin/mainmenu/dlg_settings_advanced.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'builtin') diff --git a/builtin/mainmenu/dlg_settings_advanced.lua b/builtin/mainmenu/dlg_settings_advanced.lua index 90b8d1e67..bbfeb2fbf 100644 --- a/builtin/mainmenu/dlg_settings_advanced.lua +++ b/builtin/mainmenu/dlg_settings_advanced.lua @@ -466,8 +466,9 @@ local function create_change_setting_formspec(dialogdata) .. core.formspec_escape(setting.possible:gsub(",", ", ")) .. "," elseif setting.type == "noise_params" then formspec = formspec .. ",," - .. "," .. fgettext("Format: , , (, , ), , , ") .. "," - .. "," .. fgettext("Optionally the lacunarity can be appended with a leading comma.") .. "," + .. "," .. fgettext("Format:") .. "," + .. "," .. fgettext(", , (, , ),") .. "," + .. "," .. fgettext(", , , ") .. "," elseif setting.type == "v3f" then formspec = formspec .. ",," .. "," .. fgettext_ne("Format is 3 numbers separated by commas and inside brackets.") .. "," -- cgit v1.2.3