[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.
This commit is contained in:
Joachim Henze 2023-03-10 18:03:02 +01:00
parent 02c647802f
commit 793e9f20ef

View file

@ -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