From 5b139cfc0094605faa2ae5d52e79acf8422cb98e Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 27 Jan 2016 20:03:44 +0545 Subject: Internationalize status_graph_cpu This one is a bit odd, so I have made a separate pull request. There seems to be no place in the menus that comes to this page - I had to manually enter the URL to get to it to test. I checked on 2.2.6 also, and there is no menu entry for it. But the code does work. Should this be available in the menus somewhere? --- src/usr/local/www/status_graph_cpu.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/usr/local/www') diff --git a/src/usr/local/www/status_graph_cpu.php b/src/usr/local/www/status_graph_cpu.php index f37a332..6bdc8fb 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"); - ?>
-

+

-

: - +

+ : + ', '')?>

-- cgit v1.1