From 8a6aac941e7358f9eb4626b8b5b1f9826df95953 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 1 Feb 2017 15:16:24 +0545 Subject: 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) --- src/usr/local/www/diag_resetstate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr') 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.'), "

", "

", "", ""); $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.'), "

"); -- cgit v1.1