summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_resetstate.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-01 09:10:10 -0200
committerRenato Botelho <renato@netgate.com>2017-02-01 09:10:10 -0200
commitaf7c08a5b7d07533aaccfa5ec745e484d4971d9b (patch)
treee10230e9386fe4fb1a79fb1af0b43371c9f1a0d0 /src/usr/local/www/diag_resetstate.php
parent935b826fbed9ff563a2198f4e93d3580b1a45c75 (diff)
parent702fa4d0ce035a444112e23f4e4d1a4c686d8163 (diff)
downloadpfsense-af7c08a5b7d07533aaccfa5ec745e484d4971d9b.zip
pfsense-af7c08a5b7d07533aaccfa5ec745e484d4971d9b.tar.gz
Merge pull request #3462 from phil-davis/percent-s-www
Diffstat (limited to 'src/usr/local/www/diag_resetstate.php')
-rw-r--r--src/usr/local/www/diag_resetstate.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_resetstate.php b/src/usr/local/www/diag_resetstate.php
index d87efe2..ae310f9 100644
--- a/src/usr/local/www/diag_resetstate.php
+++ b/src/usr/local/www/diag_resetstate.php
@@ -67,9 +67,9 @@ if ($savemsg) {
$statetablehelp = sprintf(gettext('Resetting the state tables will remove all entries from the corresponding tables. This means that all open connections ' .
'will be broken and will have to be re-established. This may be necessary after making substantial changes to the ' .
- 'firewall and/or NAT rules, especially if there are IP protocol mappings (e.g. for PPTP or IPv6) with open connections.%s' .
- 'The firewall will normally leave the state tables intact when changing rules.%s' .
- '%sNOTE:%s Resetting the firewall state table may cause the browser session to appear hung after clicking &quot;Reset&quot;. ' .
+ 'firewall and/or NAT rules, especially if there are IP protocol mappings (e.g. for PPTP or IPv6) with open connections.%1$s' .
+ 'The firewall will normally leave the state tables intact when changing rules.%2$s' .
+ '%3$sNOTE:%4$s Resetting the firewall state table may cause the browser session to appear hung after clicking &quot;Reset&quot;. ' .
'Simply refresh the page to continue.'), "<br /><br />", "<br /><br />", "<strong>", "</strong>");
$sourcetablehelp = sprintf(gettext('Resetting the source tracking table will remove all source/destination associations. ' .
OpenPOWER on IntegriCloud