mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix some typos in builtin (#11370)
This commit is contained in:
parent
2db6b07de1
commit
b28523bf38
2 changed files with 15 additions and 15 deletions
|
@ -620,7 +620,7 @@ local function create_change_setting_formspec(dialogdata)
|
|||
|
||||
-- Third row
|
||||
add_field(0.3, "te_octaves", fgettext("Octaves"), t[7])
|
||||
add_field(3.6, "te_persist", fgettext("Persistance"), t[8])
|
||||
add_field(3.6, "te_persist", fgettext("Persistence"), t[8])
|
||||
add_field(6.9, "te_lacun", fgettext("Lacunarity"), t[9])
|
||||
height = height + 1.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue