diff options
author | Konstantin Nikulin <apollo2k4@narod.ru> | 2013-10-19 19:56:53 +0000 |
---|---|---|
committer | Konstantin Nikulin <apollo2k4@narod.ru> | 2013-10-19 19:56:53 +0000 |
commit | ba4d9408eafd616e5ba4d5ccd46daf7bbe06ad55 (patch) | |
tree | f4f38296b8b7fb29ec3405a3a20122f8adb23fde /plugins/LotusNotify/src | |
parent | 66799995c2ac7af18ed05a5b581d5b30b5c6b529 (diff) |
spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@6540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LotusNotify/src')
-rw-r--r-- | plugins/LotusNotify/src/LotusNotify.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index af50679f67..a848402e9d 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -75,9 +75,9 @@ int diffstat = 0; int startuperror = 0;
TCHAR *startuperrors[] = {
LPGENT("Unable to load all required Lotus API functions"),
- LPGENT("Lotus Notes Client not detected. Check plugin configuration descripted on install.txt"),
+ LPGENT("Lotus Notes Client not detected. Check plugin configuration description on install.txt"),
LPGENT("Unable to initialize Notes."),
- LPGENT("Lotus Notes Extension Manager was not registered. Authentication function will not work propertly"),
+ LPGENT("Lotus Notes Extension Manager was not registered. Authentication function will not work properly"),
LPGENT("In notes.ini file there is no required entry EXTMGR_ADDINS=plugindllnamewithout\".dll\"")
};
@@ -413,7 +413,7 @@ BOOL checkNotesIniFile(BOOL bInfo) return FALSE;
if(!settingIniAnswer || bInfo){
- switch(MessageBox(NULL, TranslateT("This utility check your notes.ini file if it's set to autenticate this plugin as safe. Plugin is not added as Lotus Extension, so plugin buildin authentication will not work propertly. Do you want to add Plugin as Lotus Extension (modify notes.ini by adding \"EXTMGR_ADDINS=PLUGINNAME\")?"), TranslateT("LotusNotify plugin configuration"), MB_YESNO))
+ switch(MessageBox(NULL, TranslateT("This utility check your notes.ini file if it's set to authenticate this plugin as safe. Plugin is not added as Lotus Extension, so plugin build-in authentication will not work properly. Do you want to add plugin as Lotus Extension (modify notes.ini by adding \"EXTMGR_ADDINS=PLUGINNAME\")?"), TranslateT("LotusNotify plugin configuration"), MB_YESNO))
{
case IDYES:
{
|