https://git.reactos.org/?p=reactos.git;a=commitdiff;h=793e9f20ef84873705a78…
commit 793e9f20ef84873705a782165e5c446b133e19e7
Author: Joachim Henze <Joachim.Henze(a)reactos.org>
AuthorDate: Fri Mar 10 18:03:02 2023 +0100
Commit: Joachim Henze <Joachim.Henze(a)reactos.org>
CommitDate: Fri Mar 10 18:03:02 2023 +0100
[DXDIAG] Fix text truncation on button for french fr-FR.rc CORE-18853
By shortening the text to what MS Windows uses there.
See the 2k3sp2 pic in the ticket.
---
base/applications/dxdiag/lang/fr-FR.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/dxdiag/lang/fr-FR.rc
b/base/applications/dxdiag/lang/fr-FR.rc
index c3e48b23fe9..9cecdaf4a59 100644
--- a/base/applications/dxdiag/lang/fr-FR.rc
+++ b/base/applications/dxdiag/lang/fr-FR.rc
@@ -185,7 +185,7 @@ BEGIN
LTEXT "Vous ne trouvez pas les informations que vous cherchez ? Voici ce que
vous pouvez faire :", IDC_STATIC, 5, 0, 300, 10
PUSHBUTTON "Informations système", IDC_BUTTON_SYSINFO, 5, 20, 80, 14,
WS_DISABLED
LTEXT "Affiche des informations système complémentaires", IDC_STATIC, 90,
23, 300, 10
- PUSHBUTTON "Remplacer la freq. de rafraichissement",
IDC_BUTTON_DDRAW_REFRESH, 5, 40, 80, 14, WS_DISABLED
+ PUSHBUTTON "Remplacer...", IDC_BUTTON_DDRAW_REFRESH, 5, 40, 80, 14,
WS_DISABLED
LTEXT "Remplacer la freq. de rafraichissement pour DirectDraw", IDC_STATIC,
90, 43, 300, 10
END