diff options
author | RMN <rmn@miranda-ng.org> | 2015-04-08 19:09:51 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-04-08 19:09:51 +0000 |
commit | a805ea89de19c47fc6fe25e717efd9f808398cdd (patch) | |
tree | 3740f6ead274611517d737884f77f5d8f207023e /plugins/HwHotKeys/res/HwHotKeys.rc | |
parent | 66e780c034b6a297f7ace52e2d3414153da2b110 (diff) |
- Grammar: "allow" should be always followed by an indirect object (or whatever they call it) before the infinitive
- Description of NewAwaySys changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HwHotKeys/res/HwHotKeys.rc')
-rw-r--r-- | plugins/HwHotKeys/res/HwHotKeys.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/res/HwHotKeys.rc b/plugins/HwHotKeys/res/HwHotKeys.rc index d91ad2fc5a..0f233eb08a 100644 --- a/plugins/HwHotKeys/res/HwHotKeys.rc +++ b/plugins/HwHotKeys/res/HwHotKeys.rc @@ -53,7 +53,7 @@ STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Hardware HotKeys plugin\r\nAllows to assign expanded multimedia-keys (only for PS/2-keyboards)", -1, "Static", WS_CHILDWINDOW | WS_VISIBLE | SS_CENTER, 3, 3, 303, 21
+ CONTROL "Hardware HotKeys plugin\r\nAllows you to assign expanded multimedia keys (only for PS/2 keyboards)", -1, "Static", WS_CHILDWINDOW | WS_VISIBLE | SS_CENTER, 3, 3, 303, 21
CONTROL "Close Miranda", -1, "Static", WS_CHILDWINDOW | WS_VISIBLE | SS_CENTERIMAGE | SS_LEFTNOWORDWRAP, 0, 30, 114, 12
CONTROL "", dlg_close_edit, "Edit", WS_CHILDWINDOW | WS_VISIBLE | WS_TABSTOP | ES_READONLY | ES_AUTOHSCROLL, 114, 30, 114, 12, WS_EX_CLIENTEDGE
CONTROL "Assign", dlg_close_set, "Button", WS_CHILDWINDOW | WS_VISIBLE | WS_TABSTOP, 228, 30, 42, 12
|