summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorJeann <wjeann@gmail.com>2010-06-29 16:13:50 -0300
committerJeann <wjeann@gmail.com>2010-06-29 16:13:50 -0300
commit7502ef0a698a49d9652cd3616447eb717cba707d (patch)
tree4c304c73456abbcf4cbb1fc1c1f117b26d1f5e63 /usr/local/www/firewall_nat.php
parentbb6e50d30892d99ec46247c7e3b8b6d2e4b19ce9 (diff)
downloadpfsense-7502ef0a698a49d9652cd3616447eb717cba707d.zip
pfsense-7502ef0a698a49d9652cd3616447eb717cba707d.tar.gz
Implemment gettext() calls
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index ccc524b..b66987d 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -174,7 +174,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
<?php if (is_subsystem_dirty('natconf')): ?><p>
<?php
if($savemsg)
- print_info_box_np("{$savemsg}<br>gettext("The NAT configuration has been changed.")<br>gettext ("You must apply the changes in order for them to take effect.");
+ print_info_box_np("{$savemsg}<br>gettext("The NAT configuration has been changed.")<br>gettext("You must apply the changes in order for them to take effect.")");
else
print_info_box_np(gettext("The NAT configuration has been changed.<br>You must apply the changes in order for them to take effect."));
?>
OpenPOWER on IntegriCloud