summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icqosc_svcs.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-11-05 00:58:17 +0000
committerDart Raiden <wowemuh@gmail.com>2013-11-05 00:58:17 +0000
commit53fda243f81754f1aa4ee321aafad1b61418e449 (patch)
treee02311c672dc76dc123532fa1d0c35a9ad2010b3 /protocols/IcqOscarJ/src/icqosc_svcs.cpp
parent95f6c717d006777eafe96d3a391d320f09c10b5c (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6781 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icqosc_svcs.cpp')
-rw-r--r--protocols/IcqOscarJ/src/icqosc_svcs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icqosc_svcs.cpp b/protocols/IcqOscarJ/src/icqosc_svcs.cpp
index 04c39e7e11..b4ddf5074f 100644
--- a/protocols/IcqOscarJ/src/icqosc_svcs.cpp
+++ b/protocols/IcqOscarJ/src/icqosc_svcs.cpp
@@ -497,7 +497,7 @@ INT_PTR CIcqProto::RevokeAuthorization(WPARAM wParam, LPARAM lParam)
if (getContactUid((HANDLE)wParam, &dwUin, &szUid))
return 0; // Invalid contact
- if (MessageBoxUtf(NULL, LPGEN("Are you sure you want to revoke user's authorization? (this will remove you from his/her list on some clients)"), LPGEN("Confirmation"), MB_ICONQUESTION | MB_YESNO) != IDYES)
+ if (MessageBoxUtf(NULL, LPGEN("Are you sure you want to revoke user's authorization? This will remove you from his/her list on some clients."), LPGEN("Confirmation"), MB_ICONQUESTION | MB_YESNO) != IDYES)
return 0;
icq_sendRevokeAuthServ(dwUin, szUid);