diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-07-18 04:39:58 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-07-18 04:39:58 +0000 |
commit | 596b53736c5f5754617927780159b6be1703da91 (patch) | |
tree | 14d1c89e56664c4436fb66a7ad5497cb9b9d5dc5 | |
parent | 8e8d1440c5ee96c427767c4bd68a63b52b7ffc51 (diff) |
clist_modern: typo (fixes #744)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9841 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index de0eb190de..24ad5e7295 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -373,7 +373,7 @@ BEGIN CONTROL "Snap to edges",IDC_SNAPTOEDGES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,195,108,8
GROUPBOX "Event notify area",IDC_STATIC,128,158,130,61
CONTROL "Disabled",IDC_EVENTAREA_NONE,"Button",BS_AUTORADIOBUTTON,138,174,114,8
- CONTROL "Show automaticaly",IDC_EVENTAREA,"Button",BS_AUTORADIOBUTTON,138,186,114,8
+ CONTROL "Show automatically",IDC_EVENTAREA,"Button",BS_AUTORADIOBUTTON,138,186,114,8
CONTROL "Always visible",IDC_EVENTAREA_ALWAYS,"Button",BS_AUTORADIOBUTTON,138,198,114,8
CONTROL "Dock to sides",IDC_DOCKTOSIDES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,206,108,8
LTEXT "and minimum",IDC_STATIC24,105,128,50,8
|