diff options
author | dartraiden <wowemuh@gmail.com> | 2018-12-29 23:40:17 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-12-29 23:40:17 +0300 |
commit | 9a0f4a7fa38110332085132bc54da2f2d8ac6741 (patch) | |
tree | 4136b607f8f0338dd871910f820e33fd8ecd3300 | |
parent | f02822357ad68e4a1320bb13eefff1a7ea01c38f (diff) |
ICQ: we can search by phone
-rw-r--r-- | protocols/Icq10/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Icq10/src/proto.cpp b/protocols/Icq10/src/proto.cpp index 9ab7455e08..c3dfe35ec9 100644 --- a/protocols/Icq10/src/proto.cpp +++ b/protocols/Icq10/src/proto.cpp @@ -216,7 +216,7 @@ INT_PTR CIcqProto::GetCaps(int type, MCONTACT hContact) return PF2_FREECHAT | PF2_ONTHEPHONE; case PFLAG_UNIQUEIDTEXT: - return (INT_PTR)Translate("User ID"); + return (INT_PTR)Translate("User ID/Phone"); } return nReturn; |