summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/BasicHistory')
-rw-r--r--plugins/BasicHistory/src/ExportManager.cpp2
-rw-r--r--plugins/BasicHistory/src/Scheduler.cpp2
2 files changed, 2 insertions, 2 deletions
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::vector<IImport::Extern
if (contInFile == -1) {
ret = false;
if (err != NULL)
- *err = TranslateT("File do not contain selected contact");
+ *err = TranslateT("File does not contain selected contact");
if (contacts != NULL && differentContact != NULL) {
contInFile = imp->IsContactInFile(*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<TaskOptions>* 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("<date>")) < to.filePath.length()) {