From 381af6598090277c49cfb0b5cb90102e317577f7 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 11 Aug 2010 14:11:26 -0300 Subject: Small gettext() fixes --- usr/local/www/carp_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/carp_status.php') diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index 69d1401..543d3d7 100755 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -136,7 +136,7 @@ include("head.inc");

" . gettext("Could not locate any defined CARP interfaces") . "."; + echo "

" . gettext("Could not locate any defined CARP interfaces."); echo "
"; include("fend.inc"); -- cgit v1.1