“formular” → “form”

master
Wuzzy 2016-11-05 19:20:51 +01:00
parent a5182b7bab
commit 857f9d921c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
A formular to easily spawn L-trees, aimed at mod developers.
A form to easily spawn L-trees, aimed at mod developers.

View File

@ -647,7 +647,7 @@ end
--[=[ Here come functions which show formspecs to players ]=]
--[[ Shows the main tree formular to the given player, starting with the "Edit" tab ]]
--[[ Shows the main tree form to the given player, starting with the "Edit" tab ]]
function ltool.show_treeform(playername)
local has_ledit = minetest.get_player_privs(playername)["ledit"]
local formspec = ltool.formspec_size..ltool.formspec_header(1)..ltool.tab_edit(ltool.playerinfos[playername].treeform.edit.fields, has_ledit)