1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

Fix another minor mistake

This commit is contained in:
birdlover32767 2025-09-03 11:29:01 +03:00 committed by GitHub
parent 5b32dab7b5
commit 99a6c12493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ local function get_formspec(dialogdata)
-- First row -- First row
height = height + 0.3 height = height + 0.3
add_field(0.3, "te_offset", fgettext("Offset"), t[1], {fgettext("This value offsets the final noise.")}) 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], { 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.")}) fgettext("This value acts as a random seed for the noise. The same seed results in the same noise.")})
height = height + 1.1 height = height + 1.1