diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-21 19:58:46 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-21 19:58:46 +0000 |
commit | af6723b842a9c8db23b1d78ef5e0db97c2df7d2e (patch) | |
tree | 89cc86e85227510c9c9fdd0f4551bddfc1491ee4 /plugins/ConnectionNotify | |
parent | 376d04aedd69e3f86fa6674b74d9162e3a65510c (diff) |
spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ConnectionNotify')
-rw-r--r-- | plugins/ConnectionNotify/res/ConnectionNotify.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ConnectionNotify/res/ConnectionNotify.rc b/plugins/ConnectionNotify/res/ConnectionNotify.rc index 93d2f999d3..e810c7692f 100644 --- a/plugins/ConnectionNotify/res/ConnectionNotify.rc +++ b/plugins/ConnectionNotify/res/ConnectionNotify.rc @@ -30,7 +30,7 @@ FONT 8, "Ms Shell Dlg", 400, 0, 1 LTEXT "Text", IDC_STATIC, 94, 187, 41, 8, SS_LEFT
EDITTEXT IDC_INTERVAL1, 60, 195, 21, 12, WS_GROUP | ES_AUTOHSCROLL
RTEXT "Close after:", IDC_STATIC, 12, 197, 47, 9, SS_RIGHT
- LTEXT "sec.(0 default, -1 disabled)", IDC_STATIC, 84, 197, 111, 8, SS_LEFT
+ LTEXT "sec (0 default, -1 disabled)", IDC_STATIC, 84, 197, 111, 8, SS_LEFT
CONTROL "", IDC_LIST_EXCEPTIONS, WC_LISTVIEW, WS_TABSTOP | WS_BORDER | LVS_ALIGNLEFT | LVS_REPORT, 5, 14, 292, 104
CTEXT "", IDC_VERSION, 39, 222, 52, 9, SS_CENTER, WS_EX_STATICEDGE
CONTROL "", IDC_STATUS, WC_LISTVIEW, WS_TABSTOP | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOLABELWRAP | LVS_NOSORTHEADER | LVS_REPORT, 209, 131, 96, 99, WS_EX_CLIENTEDGE
@@ -39,7 +39,7 @@ FONT 8, "Ms Shell Dlg", 400, 0, 1 EDITTEXT IDC_INTERVAL, 10, 154, 21, 12, ES_AUTOHSCROLL
RTEXT "Version:", IDC_STATIC, 5, 223, 34, 8, SS_RIGHT
AUTOCHECKBOX "Show notification if no filter defined", ID_CHK_DEFAULTACTION, 12, 131, 187, 8
- LTEXT "Attempt interval (ms.)", IDC_STATIC, 35, 155, 163, 8, SS_LEFT
+ LTEXT "Attempt interval (ms)", IDC_STATIC, 35, 155, 163, 8, SS_LEFT
PUSHBUTTON "X", ID_DELETE, 297, 68, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
LTEXT "Online mean", IDC_STATIC, 211, 122, 92, 8, SS_LEFT
LTEXT "Filters", IDC_STATIC, 6, 5, 289, 8, SS_LEFT
|