diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-12 15:51:02 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-12 15:51:02 +0000 |
commit | 14f172c7746fea250526f7948927ed1b2c8a4718 (patch) | |
tree | 1afc9f0cd957d6785b188a67733a618a86ac67fa | |
parent | 8a1ad5328ec95ed7104a2e095cdbf6e40ac5db01 (diff) |
The text is send to the opponent as-is, so we must NOT translate it!
git-svn-id: http://svn.miranda-ng.org/main/trunk@5345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/FileAsMessage/src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FileAsMessage/src/main.h b/plugins/FileAsMessage/src/main.h index 7404ff2cf0..001b24de2e 100644 --- a/plugins/FileAsMessage/src/main.h +++ b/plugins/FileAsMessage/src/main.h @@ -31,7 +31,7 @@ #define SERVICE_PREFIX "<%fAM-0023%>"
-#define NOPLUGIN_MESSAGE LPGEN("If you see this \"garbage\", probably you have no \"fileAsMessage\" plugin installed, see http://miranda-ng.org/p/FileAsMessage/ for more information and download.")
+#define NOPLUGIN_MESSAGE "If you see this \"garbage\", probably you have no \"fileAsMessage\" plugin installed, see http://miranda-ng.org/p/FileAsMessage/ for more information and download."
extern char *szServiceTitle;
extern char *szServicePrefix;
|