diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-23 00:38:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-23 00:38:22 +0000 |
commit | 7a4faae157b9c17359e1cd95712f0197dd6ea2e2 (patch) | |
tree | e0aee704d98a0f07735c740d5d8f6b90c165b665 /protocols/FacebookRM | |
parent | f23d2dcf82788deb778056912f1e59360e116138 (diff) |
spelling correction (e.g. twitter -> Twitter)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM')
-rw-r--r-- | protocols/FacebookRM/src/communication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/communication.cpp b/protocols/FacebookRM/src/communication.cpp index bc18e52ddb..85547d09bb 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -1260,7 +1260,7 @@ bool facebook_client::send_message(std::string message_recipient, std::string me case 1356026: // Contact has alternative client
{
- client_notify(TranslateT("Need confirmation for sending messages to other clients.\nOpen facebook website and try to send message to this contact again!"));
+ client_notify(TranslateT("Need confirmation for sending messages to other clients.\nOpen Facebook website and try to send message to this contact again!"));
return false;
} break;
|