summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-15 00:33:03 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-15 00:33:03 -0500
commitc7cb4071ffb72210600302acb157a77ca675f631 (patch)
tree9a4cb1a52197177231a24f0f8b73428f6e8bc91a /src/usr/local/www/system_advanced_misc.php
parent0273d369ebd33ee8a90fe63c8bd32709fb4dfc3d (diff)
downloadpfsense-c7cb4071ffb72210600302acb157a77ca675f631.zip
pfsense-c7cb4071ffb72210600302acb157a77ca675f631.tar.gz
clarify state killing description. Ticket #4709
Diffstat (limited to 'src/usr/local/www/system_advanced_misc.php')
-rw-r--r--src/usr/local/www/system_advanced_misc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_misc.php b/src/usr/local/www/system_advanced_misc.php
index c51b61b..08c235a 100644
--- a/src/usr/local/www/system_advanced_misc.php
+++ b/src/usr/local/www/system_advanced_misc.php
@@ -507,9 +507,9 @@ $section = new Form_Section('Gateway Monitoring');
$section->addInput(new Form_Checkbox(
'kill_states',
'State Killing on Gateway Failure',
- 'Flush states for a gateway that goes down',
+ 'Flush all states when a gateway goes down',
$pconfig['kill_states']
-))->setHelp('The monitoring process will flush states for a gateway that goes down '.
+))->setHelp('The monitoring process will flush all states when a gateway goes down '.
'if this box is not checked. Check this box to disable this behavior.');
$section->addInput(new Form_Checkbox(
OpenPOWER on IntegriCloud