From af6723b842a9c8db23b1d78ef5e0db97c2df7d2e Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 21 Dec 2013 19:58:46 +0000 Subject: spelling correction (patch from RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@7321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BasicHistory/src/ExportManager.cpp | 2 +- plugins/BasicHistory/src/Scheduler.cpp | 2 +- plugins/BuddyPounce/src/dialog.cpp | 4 ++-- plugins/ConnectionNotify/res/ConnectionNotify.rc | 4 ++-- plugins/CountryFlags/src/version.h | 2 +- plugins/FlashAvatars/src/cflash.cpp | 2 +- plugins/KeyboardNotify/res/resources.rc | 2 +- plugins/LotusNotify/res/LotusNotify.rc | 2 +- plugins/StatusPlugins/resource.rc | 2 +- plugins/StopSpamMod/src/init.cpp | 2 +- plugins/StopSpamMod/src/options.cpp | 4 ++-- 11 files changed, 14 insertions(+), 14 deletions(-) (limited to 'plugins') diff --git a/plugins/BasicHistory/src/ExportManager.cpp b/plugins/BasicHistory/src/ExportManager.cpp index 8107e09621..05edac8053 100644 --- a/plugins/BasicHistory/src/ExportManager.cpp +++ b/plugins/BasicHistory/src/ExportManager.cpp @@ -265,7 +265,7 @@ bool ExportManager::Import(IImport::ImportType type, std::vectorIsContactInFile(*contacts); diff --git a/plugins/BasicHistory/src/Scheduler.cpp b/plugins/BasicHistory/src/Scheduler.cpp index ec57f9726e..25d6e61053 100644 --- a/plugins/BasicHistory/src/Scheduler.cpp +++ b/plugins/BasicHistory/src/Scheduler.cpp @@ -173,7 +173,7 @@ bool IsValidTask(TaskOptions& to, std::list* top, std::wstring* err if (err != NULL) *err = TranslateT("Path to file"); if (errDescr != NULL) - *errDescr = TranslateT("FTP path must contains '/' instead '\\' and starts from '/'."); + *errDescr = TranslateT("FTP path must contain '/' instead '\\' and start with '/'."); return false; } if (isImportTask && to.filePath.find(_T("")) < to.filePath.length()) { diff --git a/plugins/BuddyPounce/src/dialog.cpp b/plugins/BuddyPounce/src/dialog.cpp index 6ba1f66318..9395887a5c 100644 --- a/plugins/BuddyPounce/src/dialog.cpp +++ b/plugins/BuddyPounce/src/dialog.cpp @@ -361,7 +361,7 @@ INT_PTR CALLBACK BuddyPounceDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l break; case 4: // Give Up delay ShowWindow(GetDlgItem(hwnd, IDC_SETTINGMSG), SW_SHOW); - SetDlgItemText(hwnd, IDC_SETTINGMSG, TranslateT("Giveup after.. (0 to not giveup)")); + SetDlgItemText(hwnd, IDC_SETTINGMSG, TranslateT("Give up after... (0 to not give up)")); ShowWindow(GetDlgItem(hwnd, IDC_SETTINGMSG2), SW_SHOW); SetDlgItemText(hwnd, IDC_SETTINGMSG2, TranslateT("Days")); SetDlgItemText(hwnd, IDC_SETTINGNUMBER, _itot(db_get_b(wi->hContact, modname, "GiveUpDays", 0), temp, 10)); @@ -482,7 +482,7 @@ INT_PTR CALLBACK BuddyPounceOptionsDlgProc(HWND hwnd, UINT msg, WPARAM wParam, L break; case 4: // Give Up delay ShowWindow(GetDlgItem(hwnd, IDC_SETTINGMSG), SW_SHOW); - SetDlgItemText(hwnd, IDC_SETTINGMSG, TranslateT("Giveup after.. (0 to not giveup)")); + SetDlgItemText(hwnd, IDC_SETTINGMSG, TranslateT("Give up after... (0 to not give up)")); ShowWindow(GetDlgItem(hwnd, IDC_SETTINGMSG2), SW_SHOW); SetDlgItemText(hwnd, IDC_SETTINGMSG2, TranslateT("Days")); SetDlgItemText(hwnd, IDC_SETTINGNUMBER, _itot(db_get_b(wi->hContact, modname, "GiveUpDays", 0), temp, 10)); diff --git a/plugins/ConnectionNotify/res/ConnectionNotify.rc b/plugins/ConnectionNotify/res/ConnectionNotify.rc index 93d2f999d3..e810c7692f 100644 --- a/plugins/ConnectionNotify/res/ConnectionNotify.rc +++ b/plugins/ConnectionNotify/res/ConnectionNotify.rc @@ -30,7 +30,7 @@ FONT 8, "Ms Shell Dlg", 400, 0, 1 LTEXT "Text", IDC_STATIC, 94, 187, 41, 8, SS_LEFT EDITTEXT IDC_INTERVAL1, 60, 195, 21, 12, WS_GROUP | ES_AUTOHSCROLL RTEXT "Close after:", IDC_STATIC, 12, 197, 47, 9, SS_RIGHT - LTEXT "sec.(0 default, -1 disabled)", IDC_STATIC, 84, 197, 111, 8, SS_LEFT + LTEXT "sec (0 default, -1 disabled)", IDC_STATIC, 84, 197, 111, 8, SS_LEFT CONTROL "", IDC_LIST_EXCEPTIONS, WC_LISTVIEW, WS_TABSTOP | WS_BORDER | LVS_ALIGNLEFT | LVS_REPORT, 5, 14, 292, 104 CTEXT "", IDC_VERSION, 39, 222, 52, 9, SS_CENTER, WS_EX_STATICEDGE CONTROL "", IDC_STATUS, WC_LISTVIEW, WS_TABSTOP | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOLABELWRAP | LVS_NOSORTHEADER | LVS_REPORT, 209, 131, 96, 99, WS_EX_CLIENTEDGE @@ -39,7 +39,7 @@ FONT 8, "Ms Shell Dlg", 400, 0, 1 EDITTEXT IDC_INTERVAL, 10, 154, 21, 12, ES_AUTOHSCROLL RTEXT "Version:", IDC_STATIC, 5, 223, 34, 8, SS_RIGHT AUTOCHECKBOX "Show notification if no filter defined", ID_CHK_DEFAULTACTION, 12, 131, 187, 8 - LTEXT "Attempt interval (ms.)", IDC_STATIC, 35, 155, 163, 8, SS_LEFT + LTEXT "Attempt interval (ms)", IDC_STATIC, 35, 155, 163, 8, SS_LEFT PUSHBUTTON "X", ID_DELETE, 297, 68, 16, 16, BS_ICON, WS_EX_CLIENTEDGE LTEXT "Online mean", IDC_STATIC, 211, 122, 92, 8, SS_LEFT LTEXT "Filters", IDC_STATIC, 6, 5, 289, 8, SS_LEFT diff --git a/plugins/CountryFlags/src/version.h b/plugins/CountryFlags/src/version.h index 918238fef1..dbad0937fd 100644 --- a/plugins/CountryFlags/src/version.h +++ b/plugins/CountryFlags/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Country flags" #define __FILENAME "Flags.dll" -#define __DESCRIPTION "Service offering misc country utilities as flag icons and a IP-to-Country database." +#define __DESCRIPTION "Service offering misc country utilities as flag icons and an IP-to-Country database." #define __AUTHOR "H. Herkenrath" #define __AUTHOREMAIL "hrathh@users.sourceforge.net" #define __AUTHORWEB "http://miranda-ng.org/p/Flags/" diff --git a/plugins/FlashAvatars/src/cflash.cpp b/plugins/FlashAvatars/src/cflash.cpp index 3b5e935bdc..ba7716273b 100644 --- a/plugins/FlashAvatars/src/cflash.cpp +++ b/plugins/FlashAvatars/src/cflash.cpp @@ -232,7 +232,7 @@ static void prepareFlash(char* pProto, const TCHAR* pUrl, FLASHAVATAR& fa, IShoc if(flash->FlashVersion() == 0x80000) { // Flash Version 8 has a bug which causes random crashes :( - ShowBalloon(LPGENT("Bugged Flash detected!"), LPGENT("You have installed Flash 8.\r\nThis version of Flash contains a bug which can causes random crashes.\r\nIt is recommended to upgrade or downgrade your Flash library"), NIIF_WARNING); + ShowBalloon(LPGENT("Bugged Flash detected!"), LPGENT("You have installed Flash 8.\r\nThis version of Flash contains a bug which can cause random crashes.\r\nIt is recommended to upgrade or downgrade your Flash library"), NIIF_WARNING); } // attach flash object to window diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index 10c441de09..38e13fdd5e 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -121,7 +121,7 @@ BEGIN LTEXT "Slow",IDC_STATIC,174,112,55,8 CONTROL "Spin1",IDC_DELAYSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS,55,121,9,14 CONTROL "&Preview",IDC_PREVIEW,"Button",BS_AUTOCHECKBOX | BS_PUSHLIKE,121,172,63,14 - CONTROL "Emulate keypresses (Use this option if you are using an USB keyboard)",IDC_KEYPRESSES, + CONTROL "Emulate keypresses (Use this option if you are using a USB keyboard)",IDC_KEYPRESSES, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,208,293,10 END diff --git a/plugins/LotusNotify/res/LotusNotify.rc b/plugins/LotusNotify/res/LotusNotify.rc index 8ef47ca09e..585c490446 100644 --- a/plugins/LotusNotify/res/LotusNotify.rc +++ b/plugins/LotusNotify/res/LotusNotify.rc @@ -65,7 +65,7 @@ BEGIN LTEXT "Text",IDC_STATIC,91,89,41,8 EDITTEXT IDC_INTERVAL1,57,97,21,12,ES_AUTOHSCROLL | WS_GROUP RTEXT "Close after:",IDC_STATIC,9,99,47,9 - LTEXT "sec.(0 default,\n -1 disabled)",IDC_STATIC,81,99,89,15 + LTEXT "sec (0 default,\n -1 disabled)",IDC_STATIC,81,99,89,15 CONTROL "...but only if popup not clicked",IDC_NONCLICKEDONLY, "Button",BS_AUTOCHECKBOX | BS_LEFT | BS_PUSHLIKE | WS_TABSTOP,177,80,130,10 diff --git a/plugins/StatusPlugins/resource.rc b/plugins/StatusPlugins/resource.rc index 3467253e48..06bf95ba66 100644 --- a/plugins/StatusPlugins/resource.rc +++ b/plugins/StatusPlugins/resource.rc @@ -321,7 +321,7 @@ BEGIN LTEXT "Max. delay (secs)",IDC_STATIC,39,35,84,8 CONTROL "Increase delay exponential",IDC_INCREASEEXPONENTIAL, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,14,263,10 - CONTROL "Cancel all if a account connects from another location",IDC_CNCOTHERLOC, + CONTROL "Cancel all if an account connects from another location",IDC_CNCOTHERLOC, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,96,234,10 CONTROL "Reconnect on APM resume",IDC_CHECKAPMRESUME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,108,234,10 CONTROL "Stop trying to reconnect",IDC_LOGINERR_CANCEL,"Button",BS_AUTORADIOBUTTON,22,132,169,10 diff --git a/plugins/StopSpamMod/src/init.cpp b/plugins/StopSpamMod/src/init.cpp index e63effac3f..14c842d1df 100755 --- a/plugins/StopSpamMod/src/init.cpp +++ b/plugins/StopSpamMod/src/init.cpp @@ -91,7 +91,7 @@ void InitVars() gbQuestion = DBGetContactSettingStringPAN(NULL, pluginName, "question", defQuestion); gbAnswer = DBGetContactSettingStringPAN(NULL, pluginName, "answer", _T("nospam")); gbCongratulation = DBGetContactSettingStringPAN(NULL, pluginName, "congratulation", _T("Congratulations! You just passed human/robot test. Now you can write me a message.")); - gbAuthRepl = DBGetContactSettingStringPAN(NULL, pluginName, "authrepl", _T("StopSpam: send a message and reply to a anti-spam bot question.")); + gbAuthRepl = DBGetContactSettingStringPAN(NULL, pluginName, "authrepl", _T("StopSpam: send a message and reply to an anti-spam bot question.")); gbSpecialGroup = db_get_b(NULL, pluginName, "SpecialGroup", 0); gbHideContacts = db_get_b(NULL, pluginName, "HideContacts", 0); gbIgnoreContacts = db_get_b(NULL, pluginName, "IgnoreContacts", 0); diff --git a/plugins/StopSpamMod/src/options.cpp b/plugins/StopSpamMod/src/options.cpp index ef3fe5dcde..76f333e394 100755 --- a/plugins/StopSpamMod/src/options.cpp +++ b/plugins/StopSpamMod/src/options.cpp @@ -108,7 +108,7 @@ INT_PTR CALLBACK MessagesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar case ID_RESTOREDEFAULTS: SetDlgItemText(hwnd, ID_QUESTION, defQuestion); SetDlgItemText(hwnd, ID_ANSWER, _T("nospam")); - SetDlgItemText(hwnd, ID_AUTHREPL, TranslateT("StopSpam: send a message and reply to a anti-spam bot question.")); + SetDlgItemText(hwnd, ID_AUTHREPL, TranslateT("StopSpam: send a message and reply to an anti-spam bot question.")); SetDlgItemText(hwnd, ID_CONGRATULATION, TranslateT("Congratulations! You just passed human/robot test. Now you can write me a message.")); SendMessage(GetParent(hwnd), PSM_CHANGED, 0, 0); return TRUE; @@ -131,7 +131,7 @@ INT_PTR CALLBACK MessagesDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar db_set_ws(NULL, pluginName, "answer", GetDlgItemString(hwnd, ID_ANSWER).c_str()); gbAnswer = DBGetContactSettingStringPAN(NULL, pluginName, "answer", _T("nospam")); db_set_ws(NULL, pluginName, "authrepl", GetDlgItemString(hwnd, ID_AUTHREPL).c_str()); - gbAuthRepl = DBGetContactSettingStringPAN(NULL, pluginName, "authrepl", TranslateT("StopSpam: send a message and reply to a anti-spam bot question.")); + gbAuthRepl = DBGetContactSettingStringPAN(NULL, pluginName, "authrepl", TranslateT("StopSpam: send a message and reply to an anti-spam bot question.")); db_set_ws(NULL, pluginName, "congratulation", GetDlgItemString(hwnd, ID_CONGRATULATION).c_str()); gbCongratulation = DBGetContactSettingStringPAN(NULL, pluginName, "congratulation", TranslateT("Congratulations! You just passed human/robot test. Now you can write me a message.")); } -- cgit v1.2.3