summaryrefslogtreecommitdiff
path: root/plugins/FileAsMessage
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-07-08 09:12:06 +0000
committerRobert Pösel <robyer@seznam.cz>2013-07-08 09:12:06 +0000
commit5aad1587b822c470ba2aa4d754bfdda7595a8844 (patch)
tree1bd8e0e846948794e3329d6b947b879f9b44b67c /plugins/FileAsMessage
parent80276ee57fb79d11e866c09580537ef27a5cac30 (diff)
FileAsMessage: Translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@5273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FileAsMessage')
-rw-r--r--plugins/FileAsMessage/src/dialog.cpp2
-rw-r--r--plugins/FileAsMessage/src/main.h5
2 files changed, 3 insertions, 4 deletions
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;