https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1078340f5c611f15755f80b546002a8992692fa1

commit 1078340f5c611f15755f80b546002a8992692fa1
Author:     Joachim Henze <[email protected]>
AuthorDate: Sun Jul 18 17:51:44 2021 +0200
Commit:     Joachim Henze <[email protected]>
CommitDate: Sun Jul 18 17:51:44 2021 +0200

    [SYSSETUP] Update de-DE.rc
    
    The buttons name on the last dialog of 2nd stage
    is "Fertig" and not "Beenden".
    So make the help-texts consistent with that.
---
 dll/win32/syssetup/lang/de-DE.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dll/win32/syssetup/lang/de-DE.rc b/dll/win32/syssetup/lang/de-DE.rc
index 083b1c3fa8e..e7eaf437d63 100644
--- a/dll/win32/syssetup/lang/de-DE.rc
+++ b/dll/win32/syssetup/lang/de-DE.rc
@@ -121,9 +121,9 @@ CAPTION "Fertigstellung der Installation"
 FONT 8, "MS Shell Dlg"
 BEGIN
     LTEXT "Fertigstellung des ReactOS Installationsassistenten", 
IDC_FINISHTITLE, 115, 9, 195, 37
-    LTEXT "Die Installation von ReactOS wurde erfolgreich 
fertiggestellt.\n\nWenn Sie auf Beenden klicken, wird der Computer neu 
gestartet.", IDC_STATIC, 115, 58, 195, 100
+    LTEXT "Die Installation von ReactOS wurde erfolgreich 
fertiggestellt.\n\nWenn Sie auf Fertig klicken, wird der Computer neu 
gestartet.", IDC_STATIC, 115, 58, 195, 100
     CONTROL "", IDC_RESTART_PROGRESS, "msctls_progress32", PBS_SMOOTH | 
WS_CHILD | WS_VISIBLE | WS_BORDER, 115, 138, 188, 12
-    LTEXT "Entfernen Sie die CD und klicken Sie auf Beenden, um den Computer 
neuzustarten.", IDC_STATIC, 115, 160, 195, 31
+    LTEXT "Entfernen Sie die CD und klicken Sie auf Fertig, um den Computer 
neuzustarten.", IDC_STATIC, 115, 160, 195, 31
 END
 
 IDD_GPL DIALOGEX 0, 0, 333, 230

Reply via email to