summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-27 15:08:11 -0200
committerRenato Botelho <renato@netgate.com>2016-01-27 15:08:11 -0200
commit46b531318c3c876d11c69edcd8c9211a2f01488e (patch)
tree80b8dc1e15786e3e2ee9ffc7ff457e43c031cea6 /src/usr/local/www
parent84f3d41951c7bcd4ffeafc53d720591e7bb38a70 (diff)
parent96bfacf0475fdc2dd615d43a5a5459c2dd992054 (diff)
downloadpfsense-46b531318c3c876d11c69edcd8c9211a2f01488e.zip
pfsense-46b531318c3c876d11c69edcd8c9211a2f01488e.tar.gz
Merge pull request #2555 from phil-davis/patch-2
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/status_graph_cpu.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/usr/local/www/status_graph_cpu.php b/src/usr/local/www/status_graph_cpu.php
index f37a332..1b9d8e8 100644
--- a/src/usr/local/www/status_graph_cpu.php
+++ b/src/usr/local/www/status_graph_cpu.php
@@ -63,22 +63,21 @@
##|*MATCH=status_graph_cpu.php*
##|-PRIV
-$pgtitle = array(gettext("Status"), gettext("CPU load"));
+$pgtitle = array(gettext("Status"), gettext("CPU Load Graph"));
require("guiconfig.inc");
include("head.inc");
-$pgtitle = gettext("Status: CPU Graph");
-
?>
<div class="panel panel-default">
- <div class="panel-heading"><h2 class="panel-title"><?=gettext("CPU Load graph");?></h2></div>
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext("CPU Load Graph");?></h2></div>
<div class="panel-body text-center">
<embed src="graph_cpu.php" type="image/svg+xml"
width="550" height="275" pluginspage="http://www.adobe.com/svg/viewer/install/auto" />
</div>
- <p class="text-center"><strong><?=gettext("Note"); ?>:</strong><?=gettext("if you can't see the graph, you may have to install the")?>
- <a href="http://www.adobe.com/svg/viewer/install/" target="_blank"><?=gettext("Adobe SVG viewer"); ?></a>
+ <p class="text-center">
+ <strong><?=gettext("Note"); ?>:</strong>
+ <?=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>
OpenPOWER on IntegriCloud