summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2016-05-17 22:34:54 -0500
committercheapie <no-email-for-you@example.com>2016-05-17 22:34:54 -0500
commit726e84c2c51c1f8a9e0db98ce13f2cd3d30d5c74 (patch)
tree3fe0b41e13137ce5962dcd37b9f0494f0c26a7d0
parentaacbeeb6edc03664d98d51698b099c945a27dac7 (diff)
downloadnewplayer-726e84c2c51c1f8a9e0db98ce13f2cd3d30d5c74.tar
newplayer-726e84c2c51c1f8a9e0db98ce13f2cd3d30d5c74.tar.gz
newplayer-726e84c2c51c1f8a9e0db98ce13f2cd3d30d5c74.tar.bz2
newplayer-726e84c2c51c1f8a9e0db98ce13f2cd3d30d5c74.tar.xz
newplayer-726e84c2c51c1f8a9e0db98ce13f2cd3d30d5c74.zip
Fix an extra escaped colon
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 84e8b2e..83168a9 100644
--- a/init.lua
+++ b/init.lua
@@ -29,7 +29,7 @@ function newplayer.showrulesform(name)
"button[1,9;2,1;yes;I agree]"..
"button[5,9;2,1;no;I do not agree]"
if newplayer.keyword then
- form_nointeract = form_nointeract.."field[0.25,8;8,1;keyword;Enter keyword from rules above\:;]"
+ form_nointeract = form_nointeract.."field[0.25,8;8,1;keyword;Enter keyword from rules above:;]"
end
local hasinteract = minetest.check_player_privs(name,{interact=true})
if hasinteract then