From 2ff5d6f680099f6501073f9ae3fa8531efb6cc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Wed, 16 Aug 2017 11:16:01 +0200 Subject: [PATCH] Fix locale file --- locales/en.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.lua b/locales/en.lua index 3e1d049f..754bf8af 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -10,7 +10,7 @@ Locales['en'] = { ['amount_invalid'] = 'amount invalid', ['deposit_amount'] = 'amount to deposit', ['launder_amount'] = 'amount to launder', - ['press_to_open'] = 'press ~INPUT_CONTEXT~ to access the menu' + ['press_to_open'] = 'press ~INPUT_CONTEXT~ to access the menu', ['billing'] = 'billing', ['invoice_amount'] = 'invoice amount', ['no_players_near'] = 'no players nearby',