From 66ee8e6eeeb9cecfe365b4df4a8079077d3cecb6 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Wed, 6 May 2026 14:32:14 -0700 Subject: [PATCH] [REGEDIT] Fix cut off text in French (fr-FR) translation (#8944) CORE-20169 --- base/applications/regedit/lang/fr-FR.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/applications/regedit/lang/fr-FR.rc b/base/applications/regedit/lang/fr-FR.rc index 3c587ba2363..ba033c508d8 100644 --- a/base/applications/regedit/lang/fr-FR.rc +++ b/base/applications/regedit/lang/fr-FR.rc @@ -714,5 +714,5 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN ICON IDI_REGEDIT, IDC_STATIC, 7, 7, 20, 20 DEFPUSHBUTTON "Annuler", IDCANCEL, 93, 29, 45, 14 - LTEXT "Recherche dans le registre...", IDC_STATIC, 33, 12, 83, 8 + LTEXT "Recherche dans le registre...", IDC_STATIC, 33, 12, 89, 8 END