summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_utils.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-06-28 09:24:28 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-06-28 09:24:28 +0000
commita86fe6e138fe49b5801ea9ca8af982f370e5b619 (patch)
tree40994a28802d83e74b0ec060954b7b5c9b255d55 /protocols/Skype/src/skype_utils.cpp
parent01d2e174819b542db070fc512b95d3213508efb2 (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_utils.cpp')
-rw-r--r--protocols/Skype/src/skype_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_utils.cpp b/protocols/Skype/src/skype_utils.cpp
index dc7c5b4abd..8828504333 100644
--- a/protocols/Skype/src/skype_utils.cpp
+++ b/protocols/Skype/src/skype_utils.cpp
@@ -8,7 +8,7 @@ wchar_t *CSkypeProto::ValidationReasons[] =
LPGENW("The value exceeds max size limit for the given property") /* TOO_LONG */,
LPGENW("Value contains illegal characters") /* CONTAINS_INVALID_CHAR */,
LPGENW("Value contains whitespace") /* CONTAINS_SPACE */,
- LPGENW("Password cannot be the same as skypename") /* SAME_AS_USERNAME */,
+ LPGENW("Password cannot be the same as Skype name") /* SAME_AS_USERNAME */,
LPGENW("Value has invalid format") /* INVALID_FORMAT */,
LPGENW("Value contains invalid word") /* CONTAINS_INVALID_WORD */,
LPGENW("Password is too simple") /* TOO_SIMPLE */,