summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-01 15:16:24 +0545
committerGitHub <noreply@github.com>2017-02-01 15:16:24 +0545
commit4ede308c615508a7b70074f56a3ca77cae7b68f1 (patch)
tree59f2179e02929942ab4ba7a6f4364d4eb2237d92 /src/usr/local/www
parent070379bbc0cf84d82f52a0adfe2bdc6014695f7e (diff)
downloadpfsense-4ede308c615508a7b70074f56a3ca77cae7b68f1.zip
pfsense-4ede308c615508a7b70074f56a3ca77cae7b68f1.tar.gz
diag_reseststate sourcetablehelp escape of double-quotes not needed
The backslash escaping of the double-quotes here displays the backslashes literal on the GUI. Escaping is not needed in this single-quoted string.
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/diag_resetstate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_resetstate.php b/src/usr/local/www/diag_resetstate.php
index 105ab2a..d87efe2 100644
--- a/src/usr/local/www/diag_resetstate.php
+++ b/src/usr/local/www/diag_resetstate.php
@@ -73,7 +73,7 @@ $statetablehelp = sprintf(gettext('Resetting the state tables will remove all en
'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. ' .
- 'This means that the \"sticky\" source/destination association ' .
+ 'This means that the "sticky" source/destination association ' .
'will be cleared for all clients.%s' .
'This does not clear active connection states, only source tracking.'), "<br /><br />");
OpenPOWER on IntegriCloud