diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-07 01:30:07 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-07 01:30:07 +0000 |
commit | 123c61c460115c13234f3f072f83d2a6e9ed7011 (patch) | |
tree | b9c2df2b8e288e92120661f3bb8afd4338c1b7a0 | |
parent | 9e39dceb9a83b91aaa0ee7717ceba6e5c1a52408 (diff) |
FileAsMessage: spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@6386 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/FileAsMessage/src/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FileAsMessage/src/dialog.cpp b/plugins/FileAsMessage/src/dialog.cpp index 156e58e4ca..2d85115b2a 100644 --- a/plugins/FileAsMessage/src/dialog.cpp +++ b/plugins/FileAsMessage/src/dialog.cpp @@ -1071,7 +1071,7 @@ INT_PTR CALLBACK DialogProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam {
if(dat->iState & (STATE_OPERATE|STATE_ACKREQ))
{
- char *msg = Translate("Paused, 'coz connection dropped");
+ char *msg = Translate("Paused, because connection dropped");
SetDlgItemText(hDlg, IDC_STATUS, msg);
MakePopupMsg(dat->hDlg, dat->hContact, msg);
dat->setState(STATE_PAUSED);
|