From 88c4d51b6e412f1231991bb718a475959ac39f83 Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 27 Apr 2016 16:31:27 +0100 Subject: OptionsWidget_servers: reword proxy server tooltip in servers dialog --- src/modules/options/OptionsWidget_servers.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/modules/options/OptionsWidget_servers.cpp') diff --git a/src/modules/options/OptionsWidget_servers.cpp b/src/modules/options/OptionsWidget_servers.cpp index 84a755c8e..a078a4705 100644 --- a/src/modules/options/OptionsWidget_servers.cpp +++ b/src/modules/options/OptionsWidget_servers.cpp @@ -796,9 +796,10 @@ IrcServerDetailsWidget::IrcServerDetailsWidget(QWidget * par,KviIrcServer * s) gl->addWidget(l,iRow,0); m_pProxyEditor = new QComboBox(tab); gl->addWidget(m_pProxyEditor,iRow,1); - KviTalToolTip::add(m_pProxyEditor,__tr2qs_ctx("This is the proxy that KVIrc will use to connect to this server.\n" \ - "If this field is set in \"Default\" KVIrc will use global proxy settings, if it is set in \"Direct connection\" " \ - "KVIrc will connect to this server without proxy. You can define new proxy server in global options' \"Proxy servers\" menu.","options")); + KviTalToolTip::add(m_pProxyEditor,__tr2qs_ctx("Defines the connection type that KVIrc should use to connect to this server.
" \ + "When it's set to *Default* KVIrc will use the global proxy settings, when it's set to *Direct Connection* " \ + "KVIrc will connect directly without using a proxy, or select a desired proxy you have previously added
" \ + "You can define or edit new proxy servers in *General Preferences* / *Connection* tab' \"Proxy hosts\" dialog.","options")); m_pProxyEditor->addItem(__tr2qs_ctx("Default","options")); m_pProxyEditor->addItem(__tr2qs_ctx("Direct Connection","options")); -- cgit v1.3.1-10-gc9f91