https://git.reactos.org/?p=reactos.git;a=commitdiff;h=29d0deef1384e7050098ee2f04900009550ec5d0

commit 29d0deef1384e7050098ee2f04900009550ec5d0
Author:     Joachim Henze <[email protected]>
AuthorDate: Thu Mar 9 23:27:49 2023 +0100
Commit:     GitHub <[email protected]>
CommitDate: Thu Mar 9 23:27:49 2023 +0100

    [DXDIAG] Fix text truncation german de-DE.rc CORE-18853 (#5137)
---
 base/applications/dxdiag/lang/de-DE.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/applications/dxdiag/lang/de-DE.rc 
b/base/applications/dxdiag/lang/de-DE.rc
index c2f084a9674..e5b46e54aad 100644
--- a/base/applications/dxdiag/lang/de-DE.rc
+++ b/base/applications/dxdiag/lang/de-DE.rc
@@ -182,7 +182,7 @@ IDD_HELP_DIALOG DIALOGEX 0, 0, 462, 220
 STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
 FONT 8, "MS Shell Dlg"
 BEGIN
-    LTEXT "Informationen, die Sie suchen immer noch nicht gefunden? Hier sind 
einige zusätzliche Dinge, die Sie tun können:", IDC_STATIC, 5, 0, 300, 10
+    LTEXT "Information noch nicht gefunden? Hier sind einige zusätzliche 
Dinge, die Sie tun können:", IDC_STATIC, 5, 0, 300, 10
     PUSHBUTTON "Systeminformationen...", IDC_BUTTON_SYSINFO, 5, 20, 80, 14, 
WS_DISABLED
     LTEXT "Zeigt zusätzliche Systeminformationen an", IDC_STATIC, 90, 23, 300, 
10
     PUSHBUTTON "Außer Kraft setzen...", IDC_BUTTON_DDRAW_REFRESH, 5, 40, 80, 
14, WS_DISABLED

Reply via email to