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/Scheduler.cpp | |
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/Scheduler.cpp')
-rw-r--r-- | plugins/BasicHistory/src/Scheduler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) {
|