summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
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