From 98128ad6b472da8a156d7b4f88d226e764cc62f4 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 27 Jan 2016 22:03:25 +0545 Subject: Internationalization of various status*.php --- src/usr/local/www/status_gateways.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www/status_gateways.php') diff --git a/src/usr/local/www/status_gateways.php b/src/usr/local/www/status_gateways.php index c5036b3..cf7c652 100644 --- a/src/usr/local/www/status_gateways.php +++ b/src/usr/local/www/status_gateways.php @@ -167,10 +167,10 @@ display_top_tabs($tab_array); $online = gettext("Offline"); $bgcolor = LIGHTCORAL; } elseif (stristr($status['status'], "loss")) { - $online = gettext("Warning, Packetloss").': '.$status['loss']; + $online = gettext("Warning, Packetloss") . ': ' . $status['loss']; $bgcolor = KHAKI; } elseif (stristr($status['status'], "delay")) { - $online = gettext("Warning, Latency").': '.$status['delay']; + $online = gettext("Warning, Latency") . ': ' . $status['delay']; $bgcolor = KHAKI; } elseif ($status['status'] == "none") { $online = gettext("Online"); @@ -194,7 +194,7 @@ display_top_tabs($tab_array); -
Last checked +
-- cgit v1.1