summaryrefslogtreecommitdiff
path: root/protocols/Omegle
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-06-24 10:31:36 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-06-24 10:31:36 +0000
commit661f8028861bace8da2ef9d04b978104b81e2e76 (patch)
tree51dc9bd396870aa66cf3b0ce9552dc51a9f99cc3 /protocols/Omegle
parent74dedd8bbf8ec9b3ca1e0f07fc603875697aa9b3 (diff)
Text changed, the site can be openes directly in the browser by clicking the link
git-svn-id: http://svn.miranda-ng.org/main/trunk@599 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle')
-rw-r--r--protocols/Omegle/communication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/communication.cpp b/protocols/Omegle/communication.cpp
index 4177eeae77..047e6177a3 100644
--- a/protocols/Omegle/communication.cpp
+++ b/protocols/Omegle/communication.cpp
@@ -644,7 +644,7 @@ bool Omegle_client::events( )
if ( resp.data.find( "[\"recaptchaRequired\"" ) != std::string::npos ) {
// Nothing to do with recaptcha
- parent->UpdateChat(NULL, TranslateT("Recaptcha is required.\nOpen Omegle chat in webbrowser, solve Recaptcha and try again."));
+ parent->UpdateChat(NULL, TranslateT("Recaptcha is required.\nOpen http://omegle.com , solve Recaptcha and try again."));
parent->StopChat(false);
}