From cca6a63c9ffc4ec5d2ebe5e15e75996d15ec5542 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 15 Feb 2013 18:23:23 +0000 Subject: - translation fixes (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tlen/src/tlen_picture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tlen/src') diff --git a/protocols/Tlen/src/tlen_picture.cpp b/protocols/Tlen/src/tlen_picture.cpp index 1120b23839..8a86c1e2e5 100644 --- a/protocols/Tlen/src/tlen_picture.cpp +++ b/protocols/Tlen/src/tlen_picture.cpp @@ -33,7 +33,7 @@ typedef struct { static void LogPictureMessage(TlenProtocol *proto, const char *jid, const char *filename, BOOL isSent) { char message[1024]; - const char *msg = isSent ? "Image sent file://%s" : "Image received file://%s"; + const char *msg = isSent ? LPGEN("Image sent file://%s") : LPGEN("Image received file://%s"); _snprintf(message, sizeof(message), Translate(msg), filename); TlenLogMessage(proto, JabberHContactFromJID(proto, jid), isSent ? DBEF_SENT : 0, message); } -- cgit v1.2.3