aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_servers.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-04-27 16:31:27 +0100
committerGravatar un1versal2016-04-27 19:01:46 +0100
commit88c4d51b6e412f1231991bb718a475959ac39f83 (patch)
treed65f4386745e2fdaac49750d6256c475f00f24ab /src/modules/options/OptionsWidget_servers.cpp
parentOptionsWidget_proxy: cleanup indenting + spacing and old unused code (diff)
downloadKVIrc-88c4d51b6e412f1231991bb718a475959ac39f83.tar.gz
KVIrc-88c4d51b6e412f1231991bb718a475959ac39f83.tar.bz2
KVIrc-88c4d51b6e412f1231991bb718a475959ac39f83.zip
OptionsWidget_servers: reword proxy server tooltip in servers dialog
Diffstat (limited to 'src/modules/options/OptionsWidget_servers.cpp')
-rw-r--r--src/modules/options/OptionsWidget_servers.cpp7
1 files changed, 4 insertions, 3 deletions
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 <b>proxy</b> 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.<br>" \
+ "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<br>" \
+ "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"));