@@ 66,7 66,7 @@ function last_login_signs.update_sign(pos, node)
text = text .. player_name .. ": " .. online_status .. "\n"
end
else
- text = "Right click\nto add yourself"
+ text = "Right click\nto add yourself\nto the list"
end
signs_lib.update_sign(pos, {text = text})
end