diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-27 21:39:34 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-27 21:39:34 +0000 |
commit | df7ced65192604ea21a331cfcafe642201e69861 (patch) | |
tree | 0eab62ec4cfd2d46abbf837273e7fa1e1105892f /plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp | |
parent | 65a6e1a0a319c35a6795096f686ea5939a4a9389 (diff) |
clist -> contact list
git-svn-id: http://svn.miranda-ng.org/main/trunk@7401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp index ba57af54d5..0906dacaae 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp @@ -506,7 +506,7 @@ BYTE CExImContactBase::isHandle(HANDLE hContact) LPTSTR ptszNick = mir_utf8decodeT(_pszNick);
LPTSTR ptszProto = mir_a2t(_pszProto);
int ans = MsgBox(NULL, MB_ICONQUESTION|MB_YESNO, LPGENT("Question"), LPGENT("contact identificaion"),
- LPGENT("The contact %s(%s) has no unique ID in the vCard,\nbut there is a contact in your clist with the same nick and protocol.\nDo you wish to use this contact?"),
+ LPGENT("The contact %s(%s) has no unique ID in the vCard,\nbut there is a contact in your contact list with the same nick and protocol.\nDo you wish to use this contact?"),
ptszNick, ptszProto);
MIR_FREE(ptszNick);
MIR_FREE(ptszProto);
|