summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-13 13:01:48 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-13 13:01:48 -0300
commit5e04e6299fbf97548e1bcd189befbef753835261 (patch)
treef7030a6f1b7cc5dcd94a81dc2c533c38f242597a /usr/local/www/firewall_rules_edit.php
parent7a808e01be2aa9b90ff2bbf676c32c613dd13f19 (diff)
downloadpfsense-5e04e6299fbf97548e1bcd189befbef753835261.zip
pfsense-5e04e6299fbf97548e1bcd189befbef753835261.tar.gz
Checked gettext() implementation on firewall_rules_edit.php
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index cbbf5f3..c91b1a8 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 "<a href=\"firewall_nat_edit.php?id={$index}\">View the NAT rule</a><br>";
+ printf("<a href=\"firewall_nat_edit.php?id=%s\">%s</a><br>", $index, gettext("View the NAT rule"));
break;
}
}
OpenPOWER on IntegriCloud