From 46ede2eb598af3125191c857d00dfc61df79307e Mon Sep 17 00:00:00 2001 From: Joachim Le Fournis <43498612+RedGl0w@users.noreply.github.com> Date: Thu, 9 Jul 2020 17:23:41 +0200 Subject: [PATCH] Resolved the wrong gender of font in fr --- apps/settings/base.fr.i18n | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/settings/base.fr.i18n b/apps/settings/base.fr.i18n index bada0de3d..6d1f831f6 100644 --- a/apps/settings/base.fr.i18n +++ b/apps/settings/base.fr.i18n @@ -33,8 +33,8 @@ Cartesian = "Algébrique " Polar = "Exponentielle " Brightness = "Luminosité" FontSizes = "Police Python" -LargeFont = "Grand " -SmallFont = "Petit " +LargeFont = "Grande " +SmallFont = "Petite " SoftwareVersion = "Version du logiciel" SerialNumber = "Numéro de série" UpdatePopUp = "Rappel de mise à jour"