summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-01 15:16:24 +0545
committerRenato Botelho <renato@netgate.com>2017-02-01 07:49:37 -0200
commit8a6aac941e7358f9eb4626b8b5b1f9826df95953 (patch)
tree443234ad6b16c282a93f43cf71db9d08266078fa /src/usr
parentab476790ea72ca6bd30432e02bdd747f323025e1 (diff)
downloadpfsense-8a6aac941e7358f9eb4626b8b5b1f9826df95953.zip
pfsense-8a6aac941e7358f9eb4626b8b5b1f9826df95953.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. (cherry picked from commit 4ede308c615508a7b70074f56a3ca77cae7b68f1)
Diffstat (limited to 'src/usr')
-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 6b2b292..c776d71 100644
--- a/src/usr/local/www/diag_resetstate.php
+++ b/src/usr/local/www/diag_resetstate.php
@@ -104,7 +104,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