summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-13 13:31:28 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-13 13:31:28 -0300
commitad2fe9e60ab9b015f5b20838d739a542a32b8c6e (patch)
tree552a4a72b3983119c68b58ac6ae4e2cffd7a0b32 /usr/local/www/firewall_nat_edit.php
parent5e04e6299fbf97548e1bcd189befbef753835261 (diff)
downloadpfsense-ad2fe9e60ab9b015f5b20838d739a542a32b8c6e.zip
pfsense-ad2fe9e60ab9b015f5b20838d739a542a32b8c6e.tar.gz
Checked gettext() implementation on firewall_nat_edit.php
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 4962466..7a7b807 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -781,7 +781,7 @@ include("fbegin.inc"); ?>
echo "<option value=\"{$filter_rule['associated-rule-id']}\"";
if ($filter_rule['associated-rule-id']==$pconfig['associated-rule-id']) {
echo " SELECTED";
- $linkedrule = "<br /><a href=\"firewall_rules_edit.php?id={$filter_id}\">View the filter rule</a><br/>";
+ $linkedrule = sprintf("<br /><a href=\"firewall_rules_edit.php?id=%s\">%s</a><br/>", $filter_id, gettext("View the filter rule"));
}
echo ">". htmlspecialchars('Rule ' . $filter_rule['descr']) . "</option>\n";
OpenPOWER on IntegriCloud