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 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/BasicHistory/src') 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()) { -- cgit v1.2.3