diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryStats/src/dlgoption_subglobal.cpp | 2 | ||||
-rw-r--r-- | plugins/MirOTR/MirOTR/src/language.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryStats/src/dlgoption_subglobal.cpp b/plugins/HistoryStats/src/dlgoption_subglobal.cpp index c46d819314..4650a7f41d 100644 --- a/plugins/HistoryStats/src/dlgoption_subglobal.cpp +++ b/plugins/HistoryStats/src/dlgoption_subglobal.cpp @@ -324,7 +324,7 @@ void DlgOption::SubGlobal::initSupportInfo() {
_T("Metacontacts"),
LPGENT("Create statistics for metacontacts and their subcontacts"),
- LPGENT("The following information are only relevant if your already use metacontacts.\r\n\r\nHistoryStats perfectly integrates with metacontacts and is able to collect the data from the metacontact as well as from the subcontacts. It is able to intelligently merge all subcontacts histories and more. You can configure metacontacts integration in the \"Input\" options."),
+ LPGENT("The following information is only relevant if you already use metacontacts.\r\n\r\nHistoryStats perfectly integrates with metacontacts and is able to collect the data from the metacontact as well as from the subcontacts. It is able to intelligently merge all subcontacts histories and more. You can configure metacontacts integration in the \"Input\" options."),
LPGENT("Metacontacts plugin"),
_T("http://addons.miranda-im.org/details.php?action=viewfile&id=1595")
},
diff --git a/plugins/MirOTR/MirOTR/src/language.h b/plugins/MirOTR/MirOTR/src/language.h index 3eaeba608e..b77665d020 100644 --- a/plugins/MirOTR/MirOTR/src/language.h +++ b/plugins/MirOTR/MirOTR/src/language.h @@ -94,7 +94,7 @@ #define LANG_SMP_PASSWORD LPGEN("Password")
#define LANG_SMP_SUCCESS LPGEN("Authentication successful.")
-#define LANG_SMP_SUCCESS_VERIFY LPGEN("You contact authenticated you successful. You can send your own request to authenticate him.")
+#define LANG_SMP_SUCCESS_VERIFY LPGEN("Your contact authenticated you successfully. You can send your own request to authenticate him.")
#define LANG_SMP_ERROR LPGEN("Error during authentication.")
#define LANG_SMP_FAILED LPGEN("Authentication failed")
#define LANG_SMP_IN_PROGRESS LPGEN("Authentication for '%s' is already in progress.")
|