summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 8f0fe23..ffd6cf3 100644
--- a/init.lua
+++ b/init.lua
@@ -104,7 +104,7 @@ minetest.register_on_player_receive_fields(function(player,formname,fields)
end
elseif fields.no then
local form = "size[5,3]"..
- "label[1,0;You may remain on the server\,]"..
+ "label[1,0;You may remain on the server,]"..
"label[1,0.5;but you may not dig or build]"..
"label[1,1;until you agree to the rules.]"..
"button_exit[1.5,2;2,1;quit;OK]"