diff options
author | dartraiden <wowemuh@gmail.com> | 2018-12-30 14:13:29 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-12-30 14:13:42 +0300 |
commit | bb2ee1d051ff6dd339fde85fa05cfddf83093850 (patch) | |
tree | b5f84b6caf8c40a6d7481606f9eb5497d1890677 /protocols | |
parent | b444d69b921371be48dcbbfc07006db39c72eb42 (diff) |
ICQ: spelling correction
Diffstat (limited to 'protocols')
-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 c3dfe35ec9..6509759872 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/Phone"); + return (INT_PTR)Translate("ICQ number or phone"); } return nReturn; |