From 5aad1587b822c470ba2aa4d754bfdda7595a8844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 8 Jul 2013 09:12:06 +0000 Subject: FileAsMessage: Translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@5273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FileAsMessage/src/dialog.cpp | 2 +- plugins/FileAsMessage/src/main.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/FileAsMessage') diff --git a/plugins/FileAsMessage/src/dialog.cpp b/plugins/FileAsMessage/src/dialog.cpp index b103854565..412790a4b0 100644 --- a/plugins/FileAsMessage/src/dialog.cpp +++ b/plugins/FileAsMessage/src/dialog.cpp @@ -431,7 +431,7 @@ void FILEECHO::sendReq() _snprintf(sendbuf, sizeof(sendbuf), Translate("Size: %d bytes"), fileSize); SetDlgItemText(hDlg, IDC_FILESIZE, sendbuf); - _snprintf(sendbuf, sizeof(sendbuf), "?%c%c%d:%d " NOPLUGIN_MESSAGE, asBinary+'0', codeSymb, chunkCount, fileSize); + _snprintf(sendbuf, sizeof(sendbuf), "?%c%c%d:%d \n" NOPLUGIN_MESSAGE, asBinary+'0', codeSymb, chunkCount, fileSize); sendCmd(0, CMD_REQ, sendbuf, filename); SetDlgItemText(hDlg, IDC_STATUS, Translate("Request sent. Awaiting of acceptance..")); diff --git a/plugins/FileAsMessage/src/main.h b/plugins/FileAsMessage/src/main.h index 1eaf667d19..699897b0af 100644 --- a/plugins/FileAsMessage/src/main.h +++ b/plugins/FileAsMessage/src/main.h @@ -31,9 +31,8 @@ #define SERVICE_PREFIX "<%fAM-0023%>" -#define NOPLUGIN_MESSAGE LPGEN("\nIf you see this \"garbage\", probably you "\ - "have no \"fileAsMessage\" plugin installed, see "\ - "http://miranda-ng.org/ for more information and download.") +#define NOPLUGIN_MESSAGE LPGEN("If you see this \"garbage\", probably you have no \"fileAsMessage\" plugin installed, see http://miranda-ng.org/ for more information and download.") + extern char *szServiceTitle; extern char *szServicePrefix; extern const ulong INITCRC; -- cgit v1.2.3