aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/optw_connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/options/optw_connection.cpp')
-rw-r--r--src/modules/options/optw_connection.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/modules/options/optw_connection.cpp b/src/modules/options/optw_connection.cpp
index 66ae40d71..1f01823bb 100644
--- a/src/modules/options/optw_connection.cpp
+++ b/src/modules/options/optw_connection.cpp
@@ -161,7 +161,13 @@ KviTransportOptionsWidget::KviTransportOptionsWidget(QWidget * parent)
connect(b,SIGNAL(toggled(bool)),s,SLOT(setEnabled(bool)));
#endif //!COMPILE_IPV6_SUPPORT
- addBoolSelector(0,4,0,4,__tr2qs_ctx("Pick Random IP Address for Round-Robin Servers","options"),KviOption_boolPickRandomIpAddressForRoundRobinServers);
+ b = addBoolSelector(0,4,0,4,__tr2qs_ctx("Pick Random IP Address for Round-Robin Servers","options"),KviOption_boolPickRandomIpAddressForRoundRobinServers);
+ mergeTip(b,__tr2qs_ctx("<center>This option will cause the KVIrc networking stack to pick up " \
+ "a random entry when multiple IP address are retrieved for a server " \
+ "dns lookup. This is harmless and can fix some problems with caching " \
+ "dns servers that do not properly rotate the records as the authoritative " \
+ "ones would do. On the other hand, you might want to disable it if " \
+ "you want to rely on the dns server to provide the best choice.</center>"));
addRowSpacer(0,5,0,5);
}