diff options
Diffstat (limited to 'plugins/StatusManager/res')
-rw-r--r-- | plugins/StatusManager/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusManager/res/resource.rc b/plugins/StatusManager/res/resource.rc index e1236b0535..96a9e367e9 100644 --- a/plugins/StatusManager/res/resource.rc +++ b/plugins/StatusManager/res/resource.rc @@ -292,7 +292,7 @@ BEGIN EDITTEXT IDC_CONFIRMDELAY,240,138,22,14,ES_AUTOHSCROLL CONTROL "Monitor keyboard activity",IDC_MONITORKEYBOARD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,77,255,10 CONTROL "Monitor mouse activity",IDC_MONITORMOUSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,88,255,10 - CONTROL "Ignore CTRL, ALT, SHIFT, TAB, ESC and Windows keys",IDC_IGNSYSKEYS, + CONTROL "Ignore Ctrl, Alt, Shift, Tab, Esc and Windows keys",IDC_IGNSYSKEYS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,55,255,10 CONTROL "Ignore any key combination with above keys",IDC_IGNALTCOMBO, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,66,255,10 |