From 2dc63b3eb4651f17f866259f2704517406d97108 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Thu, 22 Jul 2010 09:11:30 -0300 Subject: Implement gettext() calls on status_graph_cpu.php --- usr/local/www/status_graph_cpu.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr') diff --git a/usr/local/www/status_graph_cpu.php b/usr/local/www/status_graph_cpu.php index 6d8278c..cefe472 100644 --- a/usr/local/www/status_graph_cpu.php +++ b/usr/local/www/status_graph_cpu.php @@ -38,17 +38,17 @@ ##|*MATCH=status_graph_cpu.php* ##|-PRIV -$pgtitle = array("Status", "CPU load"); +$pgtitle = array(gettext("Status"), gettext("CPU load")); require("guiconfig.inc"); include("head.inc"); include("fbegin.inc"); -$pgtitle = "Status: CPU Graph"; +$pgtitle = gettext("Status: CPU Graph"); ?>
-
Note: if you can't see the graph, you may have to install the Adobe SVG viewer. +
: . -- cgit v1.1