https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ff7938095ed994e25fd97…
commit ff7938095ed994e25fd974b95abb3ac3db23eef9
Author: Shy Zedaka <shaytzedaka(a)outlook.com>
AuthorDate: Mon Aug 19 20:13:55 2019 +0300
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Mon Aug 19 19:42:01 2019 +0200
[UTILMAN] Fix Small typo in one of the checkboxes
---
base/applications/utilman/lang/en-US.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/utilman/lang/en-US.rc
b/base/applications/utilman/lang/en-US.rc
index eff32a39511..01f77285d09 100644
--- a/base/applications/utilman/lang/en-US.rc
+++ b/base/applications/utilman/lang/en-US.rc
@@ -18,7 +18,7 @@ BEGIN
CONTROL "Start", IDC_START, "Button", BS_PUSHBUTTON | WS_CHILD |
WS_VISIBLE | WS_TABSTOP, 14, 76, 45, 16
CONTROL "Stop", IDC_STOP, "Button", BS_PUSHBUTTON | WS_CHILD |
WS_VISIBLE | WS_TABSTOP, 69, 76, 45, 16
CONTROL "Start automatically when I log in", IDC_START_LOG_IN,
"Button", BS_CHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 12,
101, 206, 14
- CONTROL "Start automatically when I look my desktop", IDC_START_DESKTOP,
"Button", BS_CHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 12,
118, 212, 14
+ CONTROL "Start automatically when I lock my desktop", IDC_START_DESKTOP,
"Button", BS_CHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 12,
118, 212, 14
CONTROL "Start automatically when Utility Manager starts",
IDC_START_UTILMAN, "Button", BS_CHECKBOX | WS_CHILD | WS_VISIBLE | WS_DISABLED |
WS_TABSTOP, 12, 134, 212, 13
CONTROL "&OK", IDC_OK, "Button", BS_DEFPUSHBUTTON | WS_CHILD
| WS_VISIBLE | WS_TABSTOP, 160, 161, 50, 14
CONTROL "&Cancel", IDC_CANCEL, "Button", BS_PUSHBUTTON |
WS_CHILD | WS_VISIBLE | WS_TABSTOP, 221, 161, 50, 14