We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3c049 commit 33cc9f8Copy full SHA for 33cc9f8
mods/other/email/init.lua
@@ -246,7 +246,7 @@ minetest.register_chatcommand("mail", {
246
minetest.check_player_privs(to, "basic_privs") then
247
return email.send_mail(name, to, msg)
248
else
249
- return false, S("-!- Because you don't have the permission to speak, you can only mail staff members.")
+ return false, S("-!- You don't have the permission to speak, so you can only mail staff members.")
250
end
251
252
return false, S("Usage: mail <playername> <some message>")
0 commit comments