From e86175843b946649389865e87d7c258905c03e34 Mon Sep 17 00:00:00 2001 From: Daniel Le Berre Date: Tue, 22 Jan 2019 10:19:01 +0100 Subject: [PATCH] Yet another small french typo fix --- src/levels/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/index.js b/src/levels/index.js index af38e18a..a305f8f3 100644 --- a/src/levels/index.js +++ b/src/levels/index.js @@ -183,7 +183,7 @@ var sequenceInfo = exports.sequenceInfo = { about: { 'en_US': 'Get comfortable with modifying the source tree', 'de_DE': 'Gewöhn dich daran, den Git-Baum zu verändern', - 'fr_FR': 'Soyez alaise de modifier l\'arbre Git', + 'fr_FR': 'Soyez à l\'aise pour modifier l\'arbre Git', 'es_AR': 'Ponete cómodo con modificar el directorio fuente', 'pt_BR': 'Fique confortável em modificar a árvore de códigos', 'ko' : '작업 트리를 수정하는건 식은죽 먹기지요 이제',