From 4d47aa834068985a865fb17a71313ab234c35841 Mon Sep 17 00:00:00 2001 From: Fabien MICHEL Date: Fri, 5 May 2017 14:21:23 +0200 Subject: [PATCH] Wrong translation for "bold" --- codebase/i18n/fr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codebase/i18n/fr.js b/codebase/i18n/fr.js index 328f984..65b3248 100644 --- a/codebase/i18n/fr.js +++ b/codebase/i18n/fr.js @@ -72,7 +72,7 @@ webix.i18n.locales["fr-FR"]={ }, richtext:{ underline: "Souligner", - bold: "Audacieux", + bold: "Gras", italic: "Italique" } -}; \ No newline at end of file +};