diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-26 13:08:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-26 13:08:44 +0000 |
commit | 5eade73f11a544aeda8aa01f2e82f3e32c40e2b8 (patch) | |
tree | bfea33e999ad27b63e1564521492eb0caec09d40 | |
parent | 25939fa107807f884c05db7377cb47fcaf1805cf (diff) |
- spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/AuthState/src/version.h | 2 | ||||
-rw-r--r-- | plugins/Clist_modern/src/version.h | 2 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/EventDetailForm.dfm | 2 | ||||
-rw-r--r-- | plugins/MsgPopup/src/Version.h | 2 | ||||
-rw-r--r-- | plugins/ProfileManager/src/Version.h | 2 | ||||
-rwxr-xr-x | plugins/StopSpamMod/src/version.h | 2 | ||||
-rw-r--r-- | plugins/StopSpamPlus/src/version.h | 2 | ||||
-rw-r--r-- | plugins/wbOSD/src/version.h | 2 | ||||
-rw-r--r-- | protocols/MRA/res/resource.rc | 2 | ||||
-rw-r--r-- | protocols/MRA/src/Mra_options.cpp | 2 | ||||
-rw-r--r-- | src/modules/database/database.cpp | 4 | ||||
-rw-r--r-- | src/modules/protocols/protoopts.cpp | 6 |
12 files changed, 15 insertions, 15 deletions
diff --git a/plugins/AuthState/src/version.h b/plugins/AuthState/src/version.h index 678aff8d12..804dd84398 100644 --- a/plugins/AuthState/src/version.h +++ b/plugins/AuthState/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Authorization state"
#define __FILENAME "AuthState.dll"
-#define __DESCRIPTION "If contact didn't authorized you this plugin puts an icon in front of contacts name."
+#define __DESCRIPTION "If a contact didn't authorize you this plugin puts an icon in front of the contact's name."
#define __AUTHOR "Thief, idea by snwbrdr"
#define __AUTHOREMAIL "thief@miranda.im"
#define __AUTHORWEB "http://miranda-ng.org/p/AuthState/"
diff --git a/plugins/Clist_modern/src/version.h b/plugins/Clist_modern/src/version.h index 1c2afa3cf5..6b09ce3aea 100644 --- a/plugins/Clist_modern/src/version.h +++ b/plugins/Clist_modern/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Modern contact list"
#define __FILENAME "Clist_modern.dll"
-#define __DESCRIPTION "Displays contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
+#define __DESCRIPTION "Displays contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enhanced metacontact cooperation."
#define __AUTHOR "Artem Shpynov, Ricardo Pescuma Domenecci and Anton Senko based on clist_mw by Bethoven"
#define __AUTHOREMAIL "ashpynov@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/p/Clist_modern/"
diff --git a/plugins/HistoryPlusPlus/EventDetailForm.dfm b/plugins/HistoryPlusPlus/EventDetailForm.dfm index a64ae89bdd..e17fb7fe51 100644 --- a/plugins/HistoryPlusPlus/EventDetailForm.dfm +++ b/plugins/HistoryPlusPlus/EventDetailForm.dfm @@ -33,7 +33,7 @@ object EventDetailsFrm: TEventDetailsFrm Top = 4
Width = 100
Height = 25
- Hint = 'Prevous message'
+ Hint = 'Previous message'
Caption = 'Prev'
OnClick = PrevBtnClick
end
diff --git a/plugins/MsgPopup/src/Version.h b/plugins/MsgPopup/src/Version.h index 7e0bdccc39..e62c25f03f 100644 --- a/plugins/MsgPopup/src/Version.h +++ b/plugins/MsgPopup/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Message popup"
#define __FILENAME "MsgPopup.dll"
-#define __DESCRIPTION "Plugin replaces MessageBoxes [whose have only OK button] into Popups."
+#define __DESCRIPTION "Plugin replaces MessageBoxes (those having only OK button) with popups."
#define __AUTHOR "StDenis"
#define __AUTHOREMAIL "stdenformiranda@fromru.com"
#define __AUTHORWEB "http://miranda-ng.org/p/MsgPopup/"
diff --git a/plugins/ProfileManager/src/Version.h b/plugins/ProfileManager/src/Version.h index 0638c83460..5fa5ebaf7e 100644 --- a/plugins/ProfileManager/src/Version.h +++ b/plugins/ProfileManager/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Miranda NG profile changer"
#define __FILENAME "PManagerEx.dll"
-#define __DESCRIPTION "Adds a menu item to change or load a different profile of Miranda NG, restart or run a dbchecker."
+#define __DESCRIPTION "Adds a menu item to change or load a different profile of Miranda NG, restart or run DbChecker."
#define __AUTHOR "Roman Gemini"
#define __AUTHOREMAIL "woobind@ukr.net"
#define __AUTHORWEB "http://miranda-ng.org/p/PManagerEx/"
diff --git a/plugins/StopSpamMod/src/version.h b/plugins/StopSpamMod/src/version.h index 8b76cd0aae..ce3879a86a 100755 --- a/plugins/StopSpamMod/src/version.h +++ b/plugins/StopSpamMod/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "StopSpam mod"
#define __FILENAME "StopSpamMod.dll"
-#define __DESCRIPTION "Antispam plugin for Miranda NG."
+#define __DESCRIPTION "Anti-spam plugin for Miranda NG."
#define __AUTHOR "Roman Miklashevsky, sss, Elzor"
#define __AUTHOREMAIL "sss123next@list.ru"
#define __AUTHORWEB "http://miranda-ng.org/p/StopSpamMod/"
diff --git a/plugins/StopSpamPlus/src/version.h b/plugins/StopSpamPlus/src/version.h index 4580514a58..de0c4c7757 100644 --- a/plugins/StopSpamPlus/src/version.h +++ b/plugins/StopSpamPlus/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "StopSpam+"
#define __FILENAME "StopSpam.dll"
-#define __DESCRIPTION "Antispam plugin for Miranda NG."
+#define __DESCRIPTION "Anti-spam plugin for Miranda NG."
#define __AUTHOR "Roman Miklashevsky, A. Petkevich, Kosh&chka, persei"
#define __AUTHOREMAIL "koshechka@miranda.im"
#define __AUTHORWEB "http://miranda-ng.org/p/StopSpam/"
diff --git a/plugins/wbOSD/src/version.h b/plugins/wbOSD/src/version.h index 57a6396951..4a31e027a2 100644 --- a/plugins/wbOSD/src/version.h +++ b/plugins/wbOSD/src/version.h @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __PLUGIN_NAME "WannaBe OSD"
#define __FILENAME "wbOSD.dll"
-#define __DESCRIPTION "Shows new message/status change info using onscreen display."
+#define __DESCRIPTION "Shows new message/status change info using on-screen display."
#define __AUTHOR "Andrej Krutak"
#define __AUTHOREMAIL "andree182@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/p/wbOSD/"
diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc index b3480ff90e..265ed476a3 100644 --- a/protocols/MRA/res/resource.rc +++ b/protocols/MRA/res/resource.rc @@ -301,7 +301,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Configuration",IDC_GROUPCONFIG,8,6,277,197
- CONTROL "Enable Anti Spam",IDC_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,18,259,9
+ CONTROL "Enable anti-spam",IDC_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,18,259,9
CONTROL "Check temp contacts",IDC_CHK_TEMP_CONTACTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,24,29,248,9
CONTROL "Delete spam bot contacts",IDC_DELETE_SPAMBOT_CONTACT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,34,40,238,9
diff --git a/protocols/MRA/src/Mra_options.cpp b/protocols/MRA/src/Mra_options.cpp index ea80cce8c0..82b0885e47 100644 --- a/protocols/MRA/src/Mra_options.cpp +++ b/protocols/MRA/src/Mra_options.cpp @@ -235,7 +235,7 @@ int CMraProto::OnOptionsInit(WPARAM wParam, LPARAM lParam) odp.pfnDlgProc = DlgProcOptsConnections;
Options_AddPage(wParam, &odp);
- odp.ptszTab = LPGENT("Anti spam");
+ odp.ptszTab = LPGENT("Anti-spam");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_ANTISPAM);
odp.pfnDlgProc = MraAntiSpamDlgProcOpts;
Options_AddPage(wParam, &odp);
diff --git a/src/modules/database/database.cpp b/src/modules/database/database.cpp index f9718181cf..240daf3277 100644 --- a/src/modules/database/database.cpp +++ b/src/modules/database/database.cpp @@ -198,7 +198,7 @@ static void moveProfileDirProfiles(TCHAR *profiledir, BOOL isRootDir = TRUE) if (_taccess(path2, 0) == 0) {
TCHAR buf[512];
mir_sntprintf(buf, SIZEOF(buf),
- TranslateT("Miranda is trying to upgrade your profile structure.\nIt cannot move profile %s to the new location %s\nBecause profile with this name already exist. Please resolve the issue manually."),
+ TranslateT("Miranda is trying to upgrade your profile structure.\nIt cannot move profile %s to the new location %s\nBecause profile with this name already exists. Please resolve the issue manually."),
path, path2);
MessageBox(NULL, buf, _T("Miranda NG"), MB_ICONERROR | MB_OK);
}
@@ -460,7 +460,7 @@ int LoadDatabaseModule(void) // file isn't locked, just no driver could open it.
TCHAR buf[256];
TCHAR* p = _tcsrchr(szProfile, '\\');
- mir_sntprintf(buf, SIZEOF(buf), TranslateT("Miranda was unable to open '%s', it's in an unknown format.\nThis profile might also be damaged, please run DBChecker which should be installed."), p ? ++p : szProfile);
+ mir_sntprintf(buf, SIZEOF(buf), TranslateT("Miranda was unable to open '%s', it's in an unknown format.\nThis profile might also be damaged, please run DbChecker which should be installed."), p ? ++p : szProfile);
MessageBox(0, buf, TranslateT("Miranda can't understand that profile"), MB_OK | MB_ICONERROR);
}
else if ( !FindMirandaForProfile(szProfile)) {
diff --git a/src/modules/protocols/protoopts.cpp b/src/modules/protocols/protoopts.cpp index 0f970907b9..b4e037d8da 100644 --- a/src/modules/protocols/protoopts.cpp +++ b/src/modules/protocols/protoopts.cpp @@ -44,11 +44,11 @@ If you want to restart Miranda now, press Yes, if you want to upgrade another ac // is upgradeMsg in use in any place?
#define legacyMsg \
TranslateT("This account uses legacy protocol plugin. \
-Use Miranda NG options dialogs to change it's preferences.")
+Use Miranda NG options dialogs to change its preferences.")
#define welcomeMsg \
-TranslateT("Welcome to Miranda NG's account manager!\n \
-Here you can set up your IM accounts.\n\n \
+TranslateT("Welcome to Miranda NG's account manager!\n\
+Here you can set up your IM accounts.\n\n\
Select an account from the list on the left to see the available options. \
Alternatively, just click on the Plus sign underneath the list to set up a new IM account.")
|