From 45332a4e3fe168eae53611d3b8e6e7be9fb3912e Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 21 Sep 2013 10:52:19 +0000 Subject: [PATCH] [USRMGR] Fix caption on a button. Patch by Lee Schroeder. I changed IDC_USER_RESET to IDC_USERS_RESET as it is more consistent. CORE-7475 #resolved #comment Committed in r60262. Thanks. svn path=/trunk/; revision=60262 --- reactos/dll/cpl/usrmgr/lang/de-DE.rc | 2 +- reactos/dll/cpl/usrmgr/lang/en-US.rc | 2 +- reactos/dll/cpl/usrmgr/lang/es-ES.rc | 2 +- reactos/dll/cpl/usrmgr/lang/fr-FR.rc | 2 +- reactos/dll/cpl/usrmgr/lang/he-IL.rc | 2 +- reactos/dll/cpl/usrmgr/lang/pl-PL.rc | 2 +- reactos/dll/cpl/usrmgr/lang/ro-RO.rc | 2 +- reactos/dll/cpl/usrmgr/lang/ru-RU.rc | 2 +- reactos/dll/cpl/usrmgr/lang/uk-UA.rc | 2 +- reactos/dll/cpl/usrmgr/resource.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/reactos/dll/cpl/usrmgr/lang/de-DE.rc b/reactos/dll/cpl/usrmgr/lang/de-DE.rc index d803ab17356..9b256523c1c 100644 --- a/reactos/dll/cpl/usrmgr/lang/de-DE.rc +++ b/reactos/dll/cpl/usrmgr/lang/de-DE.rc @@ -18,7 +18,7 @@ BEGIN PUSHBUTTON "&Entfernen", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "E&igenschaften", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Benut&zer müssen Benutzername und Kennwort zum Starten eingeben", IDC_USERS_STARTUP_REQUIRE, 10, 118, 235, 14, WS_DISABLED - PUSHBUTTON "Administrator Kenn&wort zurücksetzen", IDC_USERS_ADMIN_RESET, 120, 200, 125, 14, WS_DISABLED, 100, 16 + PUSHBUTTON "Kenn&wort zurücksetzen", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED, 100, 16 END diff --git a/reactos/dll/cpl/usrmgr/lang/en-US.rc b/reactos/dll/cpl/usrmgr/lang/en-US.rc index 5239e9270ef..716ed86401d 100644 --- a/reactos/dll/cpl/usrmgr/lang/en-US.rc +++ b/reactos/dll/cpl/usrmgr/lang/en-US.rc @@ -18,7 +18,7 @@ BEGIN PUSHBUTTON "&Remove", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "Pr&operties", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Require user name and password on system startup.", IDC_USERS_STARTUP_REQUIRE, 10, 118, 200, 14, WS_DISABLED - PUSHBUTTON "Reset Administrator Password", IDC_USERS_ADMIN_RESET, 142, 200, 103, 14, WS_DISABLED + PUSHBUTTON "Reset Password", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED END diff --git a/reactos/dll/cpl/usrmgr/lang/es-ES.rc b/reactos/dll/cpl/usrmgr/lang/es-ES.rc index da6defed6a5..ee5e97d35ec 100644 --- a/reactos/dll/cpl/usrmgr/lang/es-ES.rc +++ b/reactos/dll/cpl/usrmgr/lang/es-ES.rc @@ -14,7 +14,7 @@ BEGIN PUSHBUTTON "&Remove", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "Pr&operties", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Require user name and password on system startup.", IDC_USERS_STARTUP_REQUIRE, 10, 118, 200, 14, WS_DISABLED - PUSHBUTTON "Reset Administrator Password", IDC_USERS_ADMIN_RESET, 142, 200, 103, 14, WS_DISABLED + PUSHBUTTON "Reset Password", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED END diff --git a/reactos/dll/cpl/usrmgr/lang/fr-FR.rc b/reactos/dll/cpl/usrmgr/lang/fr-FR.rc index c747efe9abd..0d9b003171e 100644 --- a/reactos/dll/cpl/usrmgr/lang/fr-FR.rc +++ b/reactos/dll/cpl/usrmgr/lang/fr-FR.rc @@ -14,7 +14,7 @@ BEGIN PUSHBUTTON "&Remove", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "Pr&operties", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Require user name and password on system startup.", IDC_USERS_STARTUP_REQUIRE, 10, 118, 200, 14, WS_DISABLED - PUSHBUTTON "Reset Administrator Password", IDC_USERS_ADMIN_RESET, 142, 200, 103, 14, WS_DISABLED + PUSHBUTTON "Reset Password", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED END diff --git a/reactos/dll/cpl/usrmgr/lang/he-IL.rc b/reactos/dll/cpl/usrmgr/lang/he-IL.rc index a12f689e3dc..e0560e3666b 100644 --- a/reactos/dll/cpl/usrmgr/lang/he-IL.rc +++ b/reactos/dll/cpl/usrmgr/lang/he-IL.rc @@ -18,7 +18,7 @@ BEGIN PUSHBUTTON "&Remove", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "Pr&operties", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Require user name and password on system startup.", IDC_USERS_STARTUP_REQUIRE, 10, 118, 200, 14, WS_DISABLED - PUSHBUTTON "Reset Administrator Password", IDC_USERS_ADMIN_RESET, 142, 200, 103, 14, WS_DISABLED + PUSHBUTTON "Reset Password", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED END diff --git a/reactos/dll/cpl/usrmgr/lang/pl-PL.rc b/reactos/dll/cpl/usrmgr/lang/pl-PL.rc index 10b1fd6d051..13abf1a2833 100644 --- a/reactos/dll/cpl/usrmgr/lang/pl-PL.rc +++ b/reactos/dll/cpl/usrmgr/lang/pl-PL.rc @@ -22,7 +22,7 @@ BEGIN PUSHBUTTON "&Remove", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "Pr&operties", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Require user name and password on system startup.", IDC_USERS_STARTUP_REQUIRE, 10, 118, 200, 14, WS_DISABLED - PUSHBUTTON "Reset Administrator Password", IDC_USERS_ADMIN_RESET, 142, 200, 103, 14, WS_DISABLED + PUSHBUTTON "Reset Password", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED END diff --git a/reactos/dll/cpl/usrmgr/lang/ro-RO.rc b/reactos/dll/cpl/usrmgr/lang/ro-RO.rc index 3267596ba68..626a055d3ef 100644 --- a/reactos/dll/cpl/usrmgr/lang/ro-RO.rc +++ b/reactos/dll/cpl/usrmgr/lang/ro-RO.rc @@ -14,7 +14,7 @@ BEGIN PUSHBUTTON "&Remove", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "Pr&operties", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Require user name and password on system startup.", IDC_USERS_STARTUP_REQUIRE, 10, 118, 200, 14, WS_DISABLED - PUSHBUTTON "Reset Administrator Password", IDC_USERS_ADMIN_RESET, 142, 200, 103, 14, WS_DISABLED + PUSHBUTTON "Reset Password", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED END diff --git a/reactos/dll/cpl/usrmgr/lang/ru-RU.rc b/reactos/dll/cpl/usrmgr/lang/ru-RU.rc index ba516a72d89..49fa3b078c8 100644 --- a/reactos/dll/cpl/usrmgr/lang/ru-RU.rc +++ b/reactos/dll/cpl/usrmgr/lang/ru-RU.rc @@ -18,7 +18,7 @@ BEGIN PUSHBUTTON "&Remove", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "Pr&operties", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Require user name and password on system startup.", IDC_USERS_STARTUP_REQUIRE, 10, 118, 200, 14, WS_DISABLED - PUSHBUTTON "Reset Administrator Password", IDC_USERS_ADMIN_RESET, 142, 200, 103, 14, WS_DISABLED + PUSHBUTTON "Reset Password", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED END diff --git a/reactos/dll/cpl/usrmgr/lang/uk-UA.rc b/reactos/dll/cpl/usrmgr/lang/uk-UA.rc index 01b54fc5045..a3d632819dc 100644 --- a/reactos/dll/cpl/usrmgr/lang/uk-UA.rc +++ b/reactos/dll/cpl/usrmgr/lang/uk-UA.rc @@ -18,7 +18,7 @@ BEGIN PUSHBUTTON "&Remove", IDC_USERS_REMOVE, 141, 98, 50, 14 PUSHBUTTON "Pr&operties", IDC_USERS_PROPERTIES, 195, 98, 50, 14 AUTOCHECKBOX "Require user name and password on system startup.", IDC_USERS_STARTUP_REQUIRE, 10, 118, 200, 14, WS_DISABLED - PUSHBUTTON "Reset Administrator Password", IDC_USERS_ADMIN_RESET, 142, 200, 103, 14, WS_DISABLED + PUSHBUTTON "Reset Password", IDC_USERS_RESET, 165, 200, 80, 14, WS_DISABLED END diff --git a/reactos/dll/cpl/usrmgr/resource.h b/reactos/dll/cpl/usrmgr/resource.h index 2f74f65a5a8..c0ffe60cae6 100644 --- a/reactos/dll/cpl/usrmgr/resource.h +++ b/reactos/dll/cpl/usrmgr/resource.h @@ -46,7 +46,7 @@ #define IDC_USERS_REMOVE 320 #define IDC_USERS_PROPERTIES 321 #define IDC_USERS_STARTUP_REQUIRE 322 -#define IDC_USERS_ADMIN_RESET 323 +#define IDC_USERS_RESET 323 #define IDC_GROUPS_ADD 324 #define IDC_GROUPS_REMOVE 325