diff options
Diffstat (limited to 'protocols')
-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 5108ff52dc..4f69ae51e2 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 see it.");
}
}
}
|