forked from VoxeLibre/VoxeLibre
espace old_text for sign formspec
This commit is contained in:
parent
884337664d
commit
ae433bcb6e
|
@ -1963,7 +1963,7 @@ function mcl_signs:show_formspec(player, pos, old_text)
|
|||
minetest.show_formspec(
|
||||
player:get_player_name(),
|
||||
"mcl_signs:set_text_" .. pos.x .. "_" .. pos.y .. "_" .. pos.z,
|
||||
"size[6,3]textarea[0.25,0.25;6,1.5;text;" .. F(S("Enter sign text:")) .. ";".. old_text .. "]" ..
|
||||
"size[6,3]textarea[0.25,0.25;6,1.5;text;" .. F(S("Enter sign text:")) .. ";".. F(old_text) .. "]" ..
|
||||
"label[0,1.5;" .. F(S("Maximum line length: 15")) ..
|
||||
"\n" .. F(S("Maximum lines: 4")) .. "]button_exit[0,2.5;6,1;submit;" .. F(S("Done")) .. "]"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue