diff options
author | Phil Davis <phil.davis@inf.org> | 2016-01-27 21:25:03 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2016-01-27 21:25:03 +0545 |
commit | 96bfacf0475fdc2dd615d43a5a5459c2dd992054 (patch) | |
tree | 462191c9e7e9fb489622c818b3a423a0f17323fa | |
parent | 5b139cfc0094605faa2ae5d52e79acf8422cb98e (diff) | |
download | pfsense-96bfacf0475fdc2dd615d43a5a5459c2dd992054.zip pfsense-96bfacf0475fdc2dd615d43a5a5459c2dd992054.tar.gz |
Remove need for escaped single quote
-rw-r--r-- | src/usr/local/www/status_graph_cpu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_graph_cpu.php b/src/usr/local/www/status_graph_cpu.php index 6bdc8fb..1b9d8e8 100644 --- a/src/usr/local/www/status_graph_cpu.php +++ b/src/usr/local/www/status_graph_cpu.php @@ -77,7 +77,7 @@ include("head.inc"); <p class="text-center"> <strong><?=gettext("Note"); ?>:</strong> - <?=sprintf(gettext('If you can\'t see the graph, you may have to install the %1$sAdobe SVG viewer%2$s'), '<a href="http://www.adobe.com/svg/viewer/install/" target="_blank">', '</a>')?> + <?=sprintf(gettext('If you cannot see the graph, you may have to install the %1$sAdobe SVG viewer%2$s'), '<a href="http://www.adobe.com/svg/viewer/install/" target="_blank">', '</a>')?> </p> </div> |