summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-03-05 00:28:19 -0600
committerChris Buechler <cmb@pfsense.org>2016-03-05 00:28:19 -0600
commit7c65816e7c70bbb36c5aab70498993428647ebe8 (patch)
tree39d23adccfe6dc4ce8fd2fd6bddb56d616a9f6ee /src/usr/local/www/system_advanced_network.php
parent715b62d22af292b1221e65ec11e3ae7c2961c036 (diff)
downloadpfsense-7c65816e7c70bbb36c5aab70498993428647ebe8.zip
pfsense-7c65816e7c70bbb36c5aab70498993428647ebe8.tar.gz
clean up description
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