summaryrefslogtreecommitdiff
path: root/protocols/EmLanProto
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-09-03 00:08:19 +0300
committerdartraiden <wowemuh@gmail.com>2018-09-03 00:08:41 +0300
commita3b926ef5c2a60acb9f285db75e43769e58eb21f (patch)
treea188583a5f0c52b4abecafb5d6487a91be40ed65 /protocols/EmLanProto
parente103d872ec08bb02035158dd0a3f2d1109e43ad3 (diff)
EmLAN: protocol can search by IP (see 7178a1cab5b35a8e5bac3e7d367c3d72e72ec7e6)
Diffstat (limited to 'protocols/EmLanProto')
-rw-r--r--protocols/EmLanProto/src/amdproto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/EmLanProto/src/amdproto.cpp b/protocols/EmLanProto/src/amdproto.cpp
index b642120741..ea096215f7 100644
--- a/protocols/EmLanProto/src/amdproto.cpp
+++ b/protocols/EmLanProto/src/amdproto.cpp
@@ -70,7 +70,7 @@ static INT_PTR __cdecl EMPGetCaps(WPARAM wParam, LPARAM)
case PFLAGNUM_3:
return PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND | PF2_FREECHAT;
case PFLAG_UNIQUEIDTEXT:
- return (INT_PTR)Translate("User name or '*'");
+ return (INT_PTR)Translate("User name, IP address or '*'");
default:
return 0;
}