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 +})