From f0e888abb18bc88b1f52fe1515f0946a9919bcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matisse=20R=C3=BCdiger?= Date: Sat, 8 Nov 2025 17:20:58 +0100 Subject: [PATCH] [NOTEPAD] Fix weird dot (colon) in French (fr-FR) translation of save box (#8252) CORE-19803 --- base/applications/notepad/lang/fr-FR.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/applications/notepad/lang/fr-FR.rc b/base/applications/notepad/lang/fr-FR.rc index 2283a9e13e6..412278a0f45 100644 --- a/base/applications/notepad/lang/fr-FR.rc +++ b/base/applications/notepad/lang/fr-FR.rc @@ -115,7 +115,7 @@ BEGIN COMBOBOX ID_ENCODING, 124, 0, 125, 80, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP LTEXT "Encodage :", 0x155, 65, 2, 41, 12 COMBOBOX ID_EOLN, 124, 18, 125, 80, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - LTEXT "Fin de lignes :", 0x156, 65, 20, 41, 12 + LTEXT "Fin de lignes :", 0x156, 65, 20, 43, 12 END /* Dialog 'Go To' */