From ba4d9408eafd616e5ba4d5ccd46daf7bbe06ad55 Mon Sep 17 00:00:00 2001 From: Konstantin Nikulin Date: Sat, 19 Oct 2013 19:56:53 +0000 Subject: spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@6540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/LotusNotify/src/LotusNotify.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/LotusNotify/src') 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: { -- cgit v1.2.3