diff --git a/src/sip/jreen/jabber.cpp b/src/sip/jreen/jabber.cpp index 0d7f37f75..d030238bf 100644 --- a/src/sip/jreen/jabber.cpp +++ b/src/sip/jreen/jabber.cpp @@ -145,7 +145,7 @@ JabberPlugin::setProxy( const QNetworkProxy &proxy ) { // patches are welcome in Jreen that implement jdns through proxy emit error( SipPlugin::ConnectionError, - errorMessage( tr( "You need to set hostname and port of your jabber server, if you want to use it through a proxy" ) ) ); + tr( "You need to set hostname and port of your jabber server, if you want to use it through a proxy" ) ); return; }