summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-02-23 08:41:06 +0000
committerRobert Pösel <robyer@seznam.cz>2014-02-23 08:41:06 +0000
commit9ad6aa7da3c866952de1f8c67a89a702dcc11fba (patch)
tree009e38183fbe449183a981df3fe2c9c49972cc88 /protocols
parente1c1c7c4b0703bea2acfe2921e9351aa099a3c64 (diff)
Facebook: typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@8230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/FacebookRM/src/json.cpp2
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.");
}
}
}