Small modification for english trad

in nohout_messages
This commit is contained in:
Ombridride 2014-11-11 13:20:49 +01:00
parent 259cbc16b5
commit cb6a8b33d0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ minetest.register_globalstep(function(dtime)
local name = player:get_player_name()
if not minetest.check_player_privs(name, {interact=shout}) then
minetest.chat_send_player(name, "Hey " .. name .. " ! Pour pouvoir communiquer avec les autres joueurs sur ce serveur, tu dois lire les règles de l'irc et les accepter. Tape /irc.")
minetest.chat_send_player(name, "Hey " .. name .. " ! To speak to other people on this server, you have to read the rules of our irc channel and agree to them. Type /irc.")
minetest.chat_send_player(name, "Hey " .. name .. " ! To speak to other people on this server, you have to read the rules of our irc channel and agree them. Type /irc.")
end
end
end)