From f6ec3046e1eb3b24d563c7231daed0f452fae60d Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Thu, 15 Jul 2010 14:41:18 -0300 Subject: Corrections gettext implementation on load_balancer_monitor.php --- usr/local/www/load_balancer_monitor.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr/local/www/load_balancer_monitor.php') diff --git a/usr/local/www/load_balancer_monitor.php b/usr/local/www/load_balancer_monitor.php index 79068fe..5cb4ec7 100755 --- a/usr/local/www/load_balancer_monitor.php +++ b/usr/local/www/load_balancer_monitor.php @@ -85,7 +85,7 @@ if ($_GET['act'] == "del") { } } -$pgtitle = array(gettext("Services", "Load Balancer","Monitor")); +$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Monitor")); #$statusurl = "status_lb_vs.php"; $statusurl = "status_lb_pool.php"; $logurl = "diag_logs_relayd.php"; @@ -99,16 +99,16 @@ include("head.inc");

-You must apply the changes in order for them to take effect."));?>
+" . gettext("You must apply the changes in order for them to take effect."));?>
-- cgit v1.1