diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-05 08:55:00 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-05 08:55:00 +0000 |
commit | 2196c4c62d9a97e21703836fe41152dc4f14bc48 (patch) | |
tree | 3163bc5f7430bca3f8425b138c2e17356a7948da /plugins/FileAsMessage/src | |
parent | adaea748fbc44b9f0889c48bc75f29d794da3351 (diff) |
spelling correction (thanks RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FileAsMessage/src')
-rw-r--r-- | plugins/FileAsMessage/src/dialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/FileAsMessage/src/dialog.cpp b/plugins/FileAsMessage/src/dialog.cpp index 282e491235..156e58e4ca 100644 --- a/plugins/FileAsMessage/src/dialog.cpp +++ b/plugins/FileAsMessage/src/dialog.cpp @@ -795,7 +795,7 @@ void FILEECHO::perform(char *str) switch(msgId)
{
case CMD_REQ:
- if(MessageBox(hDlg, Translate("Incoming file request. Do you want proceed?"),
+ if(MessageBox(hDlg, Translate("Incoming file request. Do you want to proceed?"),
Translate(SERVICE_TITLE), MB_YESNO | MB_ICONWARNING) == IDYES)
{
SetDlgItemText(hDlg, IDC_STATUS, "");
@@ -843,7 +843,7 @@ void FILEECHO::perform(char *str) case CMD_REQ:
if(chunkCount)
{
- if(MessageBox(hDlg, Translate("New incoming file request. Do you want proceed?"),
+ if(MessageBox(hDlg, Translate("New incoming file request. Do you want to proceed?"),
Translate(SERVICE_TITLE), MB_YESNO | MB_ICONWARNING) != IDYES)
break;
//sendCmd(0, CMD_CANCEL, "", NULL);
|