diff --git a/reactos/dll/cpl/sysdm/de.rc b/reactos/dll/cpl/sysdm/de.rc index 8153bf26bb3..bb325782d3d 100644 --- a/reactos/dll/cpl/sysdm/de.rc +++ b/reactos/dll/cpl/sysdm/de.rc @@ -157,9 +157,7 @@ BEGIN PUSHBUTTON "Löschen", IDC_USERPROFILE_DELETE, 134, 156, 56, 13 PUSHBUTTON "Kopieren nach", IDC_USERPROFILE_COPY, 194, 156, 56, 13 - LTEXT "Um neue Benutzerprofile zu erstellen, öffnen Sie ", IDC_STATIC, 7, 175, 162, 8 - CONTROL "Benutzerkonten", IDC_USERACCOUNT_LINK, "SysLink", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 167, 175, 56, 8 - LTEXT "in der Systemsteuerung.", IDC_STATIC, 8, 185, 101, 8 + CONTROL "Um neue Benutzerprofile zu erstellen, öffnen Sie Benutzerkonten in der Systemsteuerung.", IDC_USERACCOUNT_LINK, "SysLink", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 175, 319, 8 DEFPUSHBUTTON "OK", IDOK, 134, 200, 54, 13 PUSHBUTTON "Abbrechen", IDCANCEL, 196, 200, 54, 13 diff --git a/reactos/dll/cpl/sysdm/en.rc b/reactos/dll/cpl/sysdm/en.rc index a6e8ae16208..3b9eb8e302c 100644 --- a/reactos/dll/cpl/sysdm/en.rc +++ b/reactos/dll/cpl/sysdm/en.rc @@ -148,9 +148,7 @@ BEGIN PUSHBUTTON "Delete", IDC_USERPROFILE_DELETE, 145, 156, 50, 13 PUSHBUTTON "Copy To", IDC_USERPROFILE_COPY, 200, 156, 50, 13 - LTEXT "To create new user accounts, open ", IDC_STATIC, 7, 175, 116, 8 - CONTROL "User Accounts", IDC_USERACCOUNT_LINK, "SysLink", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 123, 175, 48, 8 - LTEXT "in Control Panel.", IDC_STATIC, 173, 175, 64, 8 + CONTROL "To create new user accounts, open User Accounts in Control Panel.", IDC_USERACCOUNT_LINK, "SysLink", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 175, 228, 8 DEFPUSHBUTTON "OK", IDOK, 134, 200, 54, 13 PUSHBUTTON "Cancel", IDCANCEL, 196, 200, 54, 13