Skip to content

Commit 33cc9f8

Browse files
authored
Update init.lua
1 parent dd3c049 commit 33cc9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mods/other/email/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ minetest.register_chatcommand("mail", {
246246
minetest.check_player_privs(to, "basic_privs") then
247247
return email.send_mail(name, to, msg)
248248
else
249-
return false, S("-!- Because you don't have the permission to speak, you can only mail staff members.")
249+
return false, S("-!- You don't have the permission to speak, so you can only mail staff members.")
250250
end
251251
else
252252
return false, S("Usage: mail <playername> <some message>")

0 commit comments

Comments
 (0)