UI update

master
Zeg9 2013-06-26 20:40:35 +02:00
parent a9b21538c4
commit 234e34bb3c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ protector.generate_formspec = function (meta)
if meta:get_int("page") == nil then meta:set_int("page",0) end
formspec = "size[8,8]"
.."label[0,0;-- Protector interface --]"
.."label[0,.5;Punch the node to show the protected area.]"
.."label[0,1;Punch the node to show the protected area.]"
.."label[0,2;Current members:]"
members = protector.get_member_list(meta)