summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-08 10:02:04 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-08 10:02:04 -0500
commit2241553c41e412565dd5d4c97cd827a47ad3abee (patch)
tree2d71a8231075c7f290223d9459e712bd1ae2b888 /src/usr/local/www/system_advanced_firewall.php
parentc74b018d42c02e0ee4e4a25e61db654c9f6caf63 (diff)
downloadpfsense-2241553c41e412565dd5d4c97cd827a47ad3abee.zip
pfsense-2241553c41e412565dd5d4c97cd827a47ad3abee.tar.gz
Rever changes escaping '%' chars in help text. No longer required.
Diffstat (limited to 'src/usr/local/www/system_advanced_firewall.php')
-rw-r--r--src/usr/local/www/system_advanced_firewall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php
index 51b3f3c..4321298 100644
--- a/src/usr/local/www/system_advanced_firewall.php
+++ b/src/usr/local/www/system_advanced_firewall.php
@@ -447,7 +447,7 @@ $group->add(new Form_Input(
))->setHelp('When the number of state entries exceeds this value, adaptive '.
'scaling begins. All timeout values are scaled linearly with factor '.
'(adaptive.end - number of states) / (adaptive.end - adaptive.start). '.
- 'Defaults to 60%% of the Firewall Maximum States value');
+ 'Defaults to 60% of the Firewall Maximum States value');
$group->add(new Form_Input(
'adaptiveend',
@@ -459,7 +459,7 @@ $group->add(new Form_Input(
'become zero, effectively purging all state entries immediately. This '.
'value is used to define the scale factor, it should not actually be '.
'reached (set a lower state limit, see below). '.
- 'Defaults to 120%% of the Firewall Maximum States value');
+ 'Defaults to 120% of the Firewall Maximum States value');
$group->setHelp('Timeouts for states can be scaled adaptively as the number of '.
'state table entries grows. Leave blank to use default values, set to '.
OpenPOWER on IntegriCloud