diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-21 19:58:46 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-21 19:58:46 +0000 |
commit | af6723b842a9c8db23b1d78ef5e0db97c2df7d2e (patch) | |
tree | 89cc86e85227510c9c9fdd0f4551bddfc1491ee4 /plugins/BasicHistory/src | |
parent | 376d04aedd69e3f86fa6674b74d9162e3a65510c (diff) |
spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/src')
-rw-r--r-- | plugins/BasicHistory/src/ExportManager.cpp | 2 | ||||
-rw-r--r-- | plugins/BasicHistory/src/Scheduler.cpp | 2 |
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()) {
|