summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorNeriberto C.Prado <neriberto@gmail.com>2010-06-30 07:00:24 -0300
committerNeriberto C.Prado <neriberto@gmail.com>2010-06-30 07:00:24 -0300
commit876a36785dc69b092516b8851ff9b817b748fc23 (patch)
tree9f2fd891f04a42ab1fd55310d602f3148f7c757f /usr/local/www/firewall_nat.php
parentaddb664188b7bef35a7a15464c1b979516bb375a (diff)
downloadpfsense-876a36785dc69b092516b8851ff9b817b748fc23.zip
pfsense-876a36785dc69b092516b8851ff9b817b748fc23.tar.gz
Review of firewall_nat.php
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index a29e9a8..55e73df 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -174,9 +174,9 @@ 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.")");
- 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."));
+ 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>" . gettext("You must apply the changes in order for them to take effect.") );
?>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud