From 33cc9f8a62737a2bd0946dea153fb60646d5d7c5 Mon Sep 17 00:00:00 2001 From: LoneWolfHT Date: Sat, 1 Jun 2024 08:53:37 -0700 Subject: [PATCH] Update init.lua --- mods/other/email/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/other/email/init.lua b/mods/other/email/init.lua index 891754c3c9..62e5d1fe89 100644 --- a/mods/other/email/init.lua +++ b/mods/other/email/init.lua @@ -246,7 +246,7 @@ minetest.register_chatcommand("mail", { minetest.check_player_privs(to, "basic_privs") then return email.send_mail(name, to, msg) else - 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.") end else return false, S("Usage: mail ")