From b2c2ca17c8f427b0910bebfdda7cfcbe9159d0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 18 Oct 2018 11:06:44 +0200 Subject: [PATCH] [i18n] Fix typo --- apps/code/base.fr.i18n | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/base.fr.i18n b/apps/code/base.fr.i18n index 4a5475cd7..97d631dfe 100644 --- a/apps/code/base.fr.i18n +++ b/apps/code/base.fr.i18n @@ -7,4 +7,4 @@ DeleteScript = "Supprimer le script" FunctionsAndVariables = "Fonctions et variables" NameTaken = "Il existe déjà un script portant le même nom" NameTooLong = "Le nom choisi est trop long" -NonCompliantName = "Caratères autorisés : a-z, 0-9, _" +NonCompliantName = "Caractères autorisés : a-z, 0-9, _"