Skip to content

Commit f0e888a

Browse files
authored
[NOTEPAD] Fix weird dot (colon) in French (fr-FR) translation of save box (reactos#8252)
CORE-19803
1 parent 500dcd3 commit f0e888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/applications/notepad/lang/fr-FR.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ BEGIN
115115
COMBOBOX ID_ENCODING, 124, 0, 125, 80, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
116116
LTEXT "Encodage :", 0x155, 65, 2, 41, 12
117117
COMBOBOX ID_EOLN, 124, 18, 125, 80, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
118-
LTEXT "Fin de lignes :", 0x156, 65, 20, 41, 12
118+
LTEXT "Fin de lignes :", 0x156, 65, 20, 43, 12
119119
END
120120

121121
/* Dialog 'Go To' */

0 commit comments

Comments
 (0)