From ad0ce1bfe2de830a6ca336650988cd7061c2cbfa Mon Sep 17 00:00:00 2001 From: gregory propst Date: Sat, 20 Oct 2018 17:30:57 -0400 Subject: [PATCH] grammar fix --- locales/en.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.lua b/locales/en.lua index 37689e9e..f3e6ba99 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -12,7 +12,7 @@ Locales['en'] = { ['not_your_vehicle'] = 'this is not your vehicle or you must be a driver.', ['in_vehicle'] = 'you must sit in a vehicle.', ['wrong_point'] = 'you are not at the right point of delivery.', - ['max_limit'] = 'you have cannot carry more ~y~%s~s~', + ['max_limit'] = 'you cannot carry more ~y~%s~s~', ['not_enough'] = 'you do not have enough ~y~%s~s~ to continue this task.', ['spawn_veh'] = 'spawn vehicle', ['spawn_veh_button'] = 'press ~INPUT_PICKUP~ to call the delivery vehicle.',