summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorFernsehkind <fernsehkind@users.noreply.github.com>2017-06-20 20:49:13 +0200
committerGitHub <noreply@github.com>2017-06-20 20:49:13 +0200
commitee7bdbe69b873544b960c159386971af42cba52d (patch)
tree70648bd712bc17b9f825534d3e8f0c05a90a307d /src/usr/local/www/system_advanced_network.php
parent8e7d47feda1c56715304a3a381fc9495698179fb (diff)
downloadpfsense-ee7bdbe69b873544b960c159386971af42cba52d.zip
pfsense-ee7bdbe69b873544b960c159386971af42cba52d.tar.gz
Use correct wording for menu entry "Reset All States" in "System/Advanced Network"
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index c700a2c..1562c1a 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -283,12 +283,11 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Checkbox(
'ip_change_kill_states',
- 'Reset all states',
- 'Reset all states if WAN IP changes',
+ 'Reset All States',
+ 'Reset all states if WAN IP Address changes',
isset($pconfig['ip_change_kill_states'])
-))->setHelp('This option will reset all states if a WAN IP changes instead of only '.
- 'reset states associated to old IP. This can help to kill zombie states associated '.
- 'to outdate WAN IPs when WAN IPs change too often.');
+))->setHelp('This option resets all states when a WAN IP Address changes instead of only '.
+ 'states associated with the previous IP Address.');
if (get_freebsd_version() == 8) {
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud