summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/src
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-12-23 19:52:23 +0000
committerDart Raiden <wowemuh@gmail.com>2013-12-23 19:52:23 +0000
commit6afd5a9421cc17b373660dffcdffafa23fb9982f (patch)
tree79670e9721bed49348055708eb79e16c71174f1e /protocols/AimOscar/src
parent045a237f01d962910bb8291cdd8069d4cf7b8ffe (diff)
spelling corrections
langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@7359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src')
-rw-r--r--protocols/AimOscar/src/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/AimOscar/src/server.cpp b/protocols/AimOscar/src/server.cpp
index 0ab3d91872..d45fd61412 100644
--- a/protocols/AimOscar/src/server.cpp
+++ b/protocols/AimOscar/src/server.cpp
@@ -1455,7 +1455,7 @@ void CAimProto::snac_received_message(SNAC &snac,HANDLE hServerConn,unsigned sho
else if (channel == 6) // Audio/Video call
{
aim_file_ad(hServerConn, seqno, sn, icbm_cookie, true, 0);
- ShowPopup(LPGEN("Contact tried to open an audio/video conference (currently not supported)"), ERROR_POPUP);
+ ShowPopup(LPGEN("Contact tried to open an audio/video conference (not currently supported)"), ERROR_POPUP);
}
mir_free(sn);