From 5dcdff19e0200f12c9a984f67b62ab0377e98ea1 Mon Sep 17 00:00:00 2001 From: nearbyplayer Date: Tue, 15 Aug 2017 12:59:15 -0400 Subject: [PATCH] Grammatical fix (en) Fixed a slight grammar mistake. --- locales/en.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.lua b/locales/en.lua index 45358ed9..843bec03 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -1,6 +1,6 @@ Locales['en'] = { ['invalid_amount'] = '~r~invalid amount', ['deposit_money'] = 'you have deposited ~g~$', - ['withdraw_money'] = 'you withdrawn ~g~$', + ['withdraw_money'] = 'you have withdrawn ~g~$', ['press_e_atm'] = 'press ~INPUT_PICKUP~ for deposit or withdrawal from ~g~ATM~s~.', }