From 75a35f0578964f5d9142f692dc1adfaa5e2ed613 Mon Sep 17 00:00:00 2001 From: Djef0o <124046674+Djef0o@users.noreply.github.com> Date: Thu, 28 May 2026 23:39:52 +0200 Subject: [PATCH] chore: Update font size translation in French YAML (#2187) --- lib/I18n/translations/french.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/I18n/translations/french.yaml b/lib/I18n/translations/french.yaml index 78aefe52..0db131a4 100644 --- a/lib/I18n/translations/french.yaml +++ b/lib/I18n/translations/french.yaml @@ -78,7 +78,7 @@ STR_LONG_PRESS_BEHAVIOR_OFF: "Désactivé" STR_LONG_PRESS_BEHAVIOR_SKIP: "Saut de chapitre" STR_LONG_PRESS_BEHAVIOR_ORIENTATION: "Changement d'orientation" STR_FONT_FAMILY: "Police de caractères du lecteur" -STR_FONT_SIZE: "Taille texte interface" +STR_FONT_SIZE: "Taille police lecteur" STR_LINE_SPACING: "Interligne" STR_SCREEN_MARGIN: "Marges du lecteur" STR_PARA_ALIGNMENT: "Alignement du texte"