From 95b7b0790ab835dc53b147704e096c1333bc2d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 21 Feb 2014 19:58:49 +0000 Subject: typo git-svn-id: http://svn.miranda-ng.org/main/trunk@8207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/FacebookRM/src/json.cpp b/protocols/FacebookRM/src/json.cpp index 75eb094e6b..5108ff52dc 100644 --- a/protocols/FacebookRM/src/json.cpp +++ b/protocols/FacebookRM/src/json.cpp @@ -347,7 +347,7 @@ void parseAttachments(FacebookProto *proto, std::string *message_text, JSONNODE *message_text += attachments_text; } else { // TODO: better support for these attachments (parse it from "m_messaging" instead of "messaging" - *message_text += Translate("User sent you an unsupported attachment. Open your browser to actually see it.") + *message_text += Translate("User sent you an unsupported attachment. Open your browser to actually see it."); } } } -- cgit v1.2.3