diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-02-21 19:58:49 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-02-21 19:58:49 +0000 |
commit | 95b7b0790ab835dc53b147704e096c1333bc2d62 (patch) | |
tree | 875fb6d31f2e71cf104e1b6c1818cfbc9e9aefdd | |
parent | b8b41d0805ea46e47f4b5c94ad25581a467b5111 (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@8207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/FacebookRM/src/json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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.");
}
}
}
|