From dd53565a9938b0de6e4400fc6b4cdafb7fddb249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Tue, 22 Aug 2017 01:22:37 +0200 Subject: [PATCH] Fix typo --- locales/en.lua | 2 +- locales/fr.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/en.lua b/locales/en.lua index c961e3df..6534c364 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -4,7 +4,7 @@ Locales['en'] = { ['yes'] = 'yes', ['no'] = 'no', ['not_enough_money'] = 'you do not have enough money', - ['press_access'] = 'press ~INPUT_CONTENT~ to access the menu', + ['press_access'] = 'press ~INPUT_CONTEXT~ to access the menu', ['barber_blip'] = 'barber shop', ['you_paid'] = 'you paid ', } \ No newline at end of file diff --git a/locales/fr.lua b/locales/fr.lua index 22b95b74..ac1683a6 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -4,7 +4,7 @@ Locales['fr'] = { ['yes'] = 'oui', ['no'] = 'non', ['not_enough_money'] = 'vous n\'avez pas assez d\'argent', - ['press_access'] = 'appuez sur ~INPUT_CONTENT~ pour accéder au menu', + ['press_access'] = 'appuez sur ~INPUT_CONTEXT~ pour accéder au menu', ['barber_blip'] = 'barbier', ['you_paid'] = 'vous avez payé ', } \ No newline at end of file