diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-17 10:17:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-17 10:17:44 +0000 |
commit | 1361cd3f553f09375b145a02dd47ce5e6ea476b0 (patch) | |
tree | 2aa9487f70ea71c6dbc13383eadc79f932eac26c /plugins/CountryFlags | |
parent | 34307a276fc186fe4ee8c3fc1e7896d98d908c76 (diff) |
Spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6106 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CountryFlags')
-rw-r--r-- | plugins/CountryFlags/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CountryFlags/res/resource.rc b/plugins/CountryFlags/res/resource.rc index a951c53c5a..c1025da06b 100644 --- a/plugins/CountryFlags/res/resource.rc +++ b/plugins/CountryFlags/res/resource.rc @@ -95,7 +95,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,12,27,206,10
CONTROL "Use &IP-to-country database for country detection",IDC_CHECK_USEIPTOCOUNTRY,
"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,12,42,206,12
- CONTROL "Use &unknown flag if the country can not be determined",IDC_CHECK_USEUNKNOWNFLAG,
+ CONTROL "Use &unknown flag if the country cannot be determined",IDC_CHECK_USEUNKNOWNFLAG,
"Button",BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,12,54,206,10
END
|