diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-28 09:24:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-28 09:24:28 +0000 |
commit | a86fe6e138fe49b5801ea9ca8af982f370e5b619 (patch) | |
tree | 40994a28802d83e74b0ec060954b7b5c9b255d55 /protocols/Skype/src/skype_instances.cpp | |
parent | 01d2e174819b542db070fc512b95d3213508efb2 (diff) |
- Skype: cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_instances.cpp')
-rw-r--r-- | protocols/Skype/src/skype_instances.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_instances.cpp b/protocols/Skype/src/skype_instances.cpp index 8a4c2b6f99..0d28bcb6e9 100644 --- a/protocols/Skype/src/skype_instances.cpp +++ b/protocols/Skype/src/skype_instances.cpp @@ -12,7 +12,7 @@ CSkypeProto* CSkypeProto::InitSkypeProto(const char* protoName, const wchar_t* u if (CSkypeProto::instanceList.getCount() > 0)
{
CSkypeProto::ShowNotification(
- ::TranslateT("SkypeKit will only permit you to login to one account at a time.\nAdding multiple instances of SkypeKit is prohibited in the licence agreement and standard distribution terms."),
+ ::TranslateT("Skype protocol plugin only permit you to login to one account at a time. Adding multiple accounts is prohibited in the licence agreement and standard distribution terms of SkypeKit."),
MB_ICONERROR);
return NULL;
}
|