diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-01-12 01:28:44 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-01-12 01:28:44 +0000 |
commit | 8b1f6110cb0fb423e266a2e72a36db6db31d9a10 (patch) | |
tree | ea2943221df9fea608df72b6f20c6114417ec2e1 /protocols/SkypeClassic | |
parent | f77e39748d49d85467ec0a36eae15a13a986f74c (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic')
-rw-r--r-- | protocols/SkypeClassic/src/skypeapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeClassic/src/skypeapi.cpp b/protocols/SkypeClassic/src/skypeapi.cpp index d1d12d2b3e..9033298c9a 100644 --- a/protocols/SkypeClassic/src/skypeapi.cpp +++ b/protocols/SkypeClassic/src/skypeapi.cpp @@ -1377,7 +1377,7 @@ char *GetSkypeErrorMsg(char *str) { case USER_NOT_ONLINE: msg=Translate("Trying to send IM to an user, who is not online"); break;
case USER_BLOCKED: msg=Translate("IM blocked by recipient"); break;
case TYPE_UNSUPPORTED: msg=Translate("Type unsupported"); break;
- case SENDER_NOT_FRIEND: msg=Translate("Sending IM message to user, who has not added you to friendslist and has chosen 'only people in my friendslist can start IM'"); break;
+ case SENDER_NOT_FRIEND: msg=Translate("Sending IM message to user, who has not added you to friends list and has chosen 'only people in my friends list can start IM'"); break;
case SENDER_NOT_AUTHORIZED: msg=Translate("Sending IM message to user, who has not authorized you and has chosen 'only people whom I have authorized can start IM'"); break;
default: msg=Translate("Unknown error");
}
|