summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index 6f94be9..19e2ca4 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -225,8 +225,8 @@ $section->addInput(new Form_Checkbox(
'Prefer IPv4 over IPv6',
'Prefer to use IPv4 even if IPv6 is available',
$pconfig['prefer_ipv4']
-))->setHelp('By default, if a hostname resolves IPv6 and IPv4 addresses IPv6 will '.
- 'be used, if you check this option, IPv4 will be used instead of IPv6.');
+))->setHelp('By default, if IPv6 is configured and a hostname resolves IPv6 and IPv4 addresses, '.
+ 'IPv6 be used. If you check this option, IPv4 will be preferred over IPv6.');
$form->add($section);
$section = new Form_Section('Network Interfaces');
OpenPOWER on IntegriCloud