From 3055cc5f1afb43821ea36e2f043b6fed38d69e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matisse=20R=C3=BCdiger?= Date: Mon, 13 Oct 2025 20:51:55 +0200 Subject: [PATCH] [SYSDM] Fix missing word in the French (fr-FR) translation (#8251) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix static text dimensions is enough to make it fit in the dialog. Co-authored-by: Hermès BÉLUSCA - MAÏTO --- dll/cpl/sysdm/lang/fr-FR.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/cpl/sysdm/lang/fr-FR.rc b/dll/cpl/sysdm/lang/fr-FR.rc index 4cf658e6ed0..cfdcb5edb40 100644 --- a/dll/cpl/sysdm/lang/fr-FR.rc +++ b/dll/cpl/sysdm/lang/fr-FR.rc @@ -47,7 +47,7 @@ STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Avancé" FONT 8, "MS Shell Dlg" BEGIN - LTEXT "Les privilèges administrateur sont requis pour la plupart de ces paramètres.", IDC_STATIC, 12, 5, 236, 8 + LTEXT "Les privilèges administrateur sont requis pour la plupart de ces paramètres.", IDC_STATIC, 6, 5, 244, 8 GROUPBOX "Performances", IDC_STATIC, 6, 18, 244, 50 LTEXT "Les options de performance contrôlent comment les applications utilisent la mémoire, ce qui affecte la vitesse de l'ordinateur.", IDC_STATIC, 16, 29, 210, 25 PUSHBUTTON "&Paramètres", IDC_PERFOR, 194, 48, 50, 15