summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorJeann <wjeann@gmail.com>2010-06-30 00:49:17 -0300
committerJeann <wjeann@gmail.com>2010-06-30 00:49:17 -0300
commit49031495b501e4477941fa6248fe94cc698f9dcd (patch)
treeaf29dcafe7ffa35de4cbc101cc7428bcc62b96a7 /usr/local/www/firewall_nat_out.php
parentb1bb23a0cbe6f4d96b1a554c1051014d24529ecb (diff)
downloadpfsense-49031495b501e4477941fa6248fe94cc698f9dcd.zip
pfsense-49031495b501e4477941fa6248fe94cc698f9dcd.tar.gz
Implemment gettext() calls
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index bcde21b..bd4e081 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -291,7 +291,7 @@ include("head.inc");
</script>
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('natconf')): ?><p>
-<?php 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."));?><br>
+<?php 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."));?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<?php
OpenPOWER on IntegriCloud