From 5e04e6299fbf97548e1bcd189befbef753835261 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Tue, 13 Jul 2010 13:01:48 -0300 Subject: [PATCH] Checked gettext() implementation on firewall_rules_edit.php --- usr/local/www/firewall_rules_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index cbbf5f321a..c91b1a8aa8 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -734,7 +734,7 @@ include("head.inc"); if (is_array($config['nat']['rule'])) { foreach( $config['nat']['rule'] as $index => $nat_rule ) { if( isset($nat_rule['associated-rule-id']) && $nat_rule['associated-rule-id']==$pconfig['associated-rule-id'] ) { - echo "View the NAT rule
"; + printf("%s
", $index, gettext("View the NAT rule")); break; } }