summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 17:55:08 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 17:55:08 -0300
commitfe71087774f2178acfe70d5c7a1f15092fe9e519 (patch)
treea3f8b71907061bc9268bbde6e09f61e2a7dd10c8 /usr/local/www/firewall_nat_out.php
parent72fae0711454187cf50b7e73c35f8e0df234129a (diff)
downloadpfsense-fe71087774f2178acfe70d5c7a1f15092fe9e519.zip
pfsense-fe71087774f2178acfe70d5c7a1f15092fe9e519.tar.gz
Fixing gettext() calls on firewall_nat_out.php
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 efa49d3..296fb4b 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>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