From 481d5fa7a27d0c9bea2f26e50d94f7adef7f5408 Mon Sep 17 00:00:00 2001 From: Pierre Grassin Date: Mon, 10 Jan 2022 18:55:12 +0100 Subject: [PATCH] Update en.lua --- locale/en.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/en.lua b/locale/en.lua index 8fd71b1..b9d91ae 100644 --- a/locale/en.lua +++ b/locale/en.lua @@ -6,7 +6,7 @@ local Translations = { missing_args2 = 'All arguments must be filled out!', no_access = 'No access to this command', company_too_poor = 'Your employer is broke', - item_exist = 'Item does not exist', + item_not_exist = 'Item does not exist', too_heavy = 'Inventory too full' }, success = {}, @@ -22,4 +22,4 @@ local Translations = { Lang = Locale:new({ phrases = Translations, warnOnMissing = true -}) \ No newline at end of file +})