diff options
author | Goraf <goraf@miranda-ng.org> | 2013-08-29 18:20:04 +0000 |
---|---|---|
committer | Goraf <goraf@miranda-ng.org> | 2013-08-29 18:20:04 +0000 |
commit | d83c149a7a8f48200a9233e074c9f2c5d4062088 (patch) | |
tree | c7c1f91474fb7a81f473a43c685d24bb67345216 /plugins/FTPFileYM | |
parent | bed555a16abcd83082833cc622c78a5d15e8bbed (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@5879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM')
-rw-r--r-- | plugins/FTPFileYM/src/job_upload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/src/job_upload.cpp b/plugins/FTPFileYM/src/job_upload.cpp index f14d41f92c..df01b5e1aa 100644 --- a/plugins/FTPFileYM/src/job_upload.cpp +++ b/plugins/FTPFileYM/src/job_upload.cpp @@ -430,7 +430,7 @@ void UploadJob::refreshTab(bool bTabChanged) else if (this->isPaused())
SetDlgItemText(uDlg->hwnd, IDC_STATUSBAR, TranslateT("PAUSED"));
else if (this->isWaitting())
- SetDlgItemText(uDlg->hwnd, IDC_STATUSBAR, TranslateT("WAITTING..."));
+ SetDlgItemText(uDlg->hwnd, IDC_STATUSBAR, TranslateT("WAITING..."));
else
SetDlgItemText(uDlg->hwnd, IDC_STATUSBAR, TranslateT("UPLOADING..."));
|