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/LotusNotify | |
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/LotusNotify')
-rw-r--r-- | plugins/LotusNotify/src/LotusNotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index 02973d6335..d50f0fc95a 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -1698,7 +1698,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD miranda {
#ifdef _WIN64
MessageBox(NULL
- , TranslateT("LotusNotify.dll can not work with 64bit Miranda. (Lotus client is 32bit only)")
+ , TranslateT("LotusNotify.dll cannot work with 64bit Miranda. (Lotus client is 32bit only)")
, TranslateT("LotusNotify")
, MB_OK | MB_ICONWARNING );
return NULL;
|