From 51d0146fc1d2fd65e7cf4fcca0e530a085b4a708 Mon Sep 17 00:00:00 2001 From: Antennipasi <Antennipasi@ispconfig3> Date: Sun, 04 Jan 2009 11:28:46 -0500 Subject: [PATCH] Added more translations to monitor-module, mostly done now, couple annoyances left. merged changes with all languages. --- interface/web/monitor/show_data.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/monitor/show_data.php b/interface/web/monitor/show_data.php index 86d057a..be95a3d 100644 --- a/interface/web/monitor/show_data.php +++ b/interface/web/monitor/show_data.php @@ -72,7 +72,7 @@ $template = 'templates/show_data.htm'; $output .= showCpuInfo(); $time = getDataTime('cpu_info'); - $title = $app->lng("CPU info").' ('. $monTransSrv .' : ' . $_SESSION['monitor']['server_name'] . ')'; + $title = $app->lng("monitor_title_cpuinfo_txt").' ('. $monTransSrv .' : ' . $_SESSION['monitor']['server_name'] . ')'; $description = ''; break; case 'services': -- Gitblit v1.9.1