diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-11 16:16:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-11 16:16:44 +0000 |
commit | dd11a3930b9c02a0a4c0b79574806a6d57ad0554 (patch) | |
tree | 38cd636bda0e0737655d02b9ffd269941337594b /protocols/Skype/src | |
parent | 4c5c00a28a2c7dc59fe04bf64dbc309a30504715 (diff) |
langpacks update (patch by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6442 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src')
-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 0d28bcb6e9..37a465481d 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("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."),
+ ::TranslateT("Skype protocol plugin only permits 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;
}
|