summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-29 14:18:44 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-29 14:18:44 -0300
commit4d473c89f7e48103b188531006a1149755a7ea94 (patch)
treec06c371051eabcf6d35f7c5a0f33716ea85363bc /usr/local/www/system_advanced_network.php
parent9a1e70dfc3da5f65ed3bfabef95a4cd96b926640 (diff)
downloadpfsense-4d473c89f7e48103b188531006a1149755a7ea94.zip
pfsense-4d473c89f7e48103b188531006a1149755a7ea94.tar.gz
Fixing gettext() on multiline strings
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-rw-r--r--usr/local/www/system_advanced_network.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index c2eec06..8a5eb2a 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -204,10 +204,10 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<input name="ipv6nat_enable" type="checkbox" id="ipv6nat_enable" value="yes" <?php if ($pconfig['ipv6nat_enable']) echo "checked"; ?> onclick="enable_change(false)" />
<strong><?=gettext("Enable IPv4 NAT encapsulation of IPv6 packets"); ?></strong><br/>
- <?=gettext("This provides an RFC 2893 compatibility mechanism
- that can be used to tunneling IPv6 packets over IPv4
- routing infrastructures. If enabled, don't forget to
- add a firewall rule to permit IPv6 packets."); ?><br/>
+ <?=gettext("This provides an RFC 2893 compatibility mechanism ".
+ "that can be used to tunneling IPv6 packets over IPv4 ".
+ "routing infrastructures. If enabled, don't forget to ".
+ "add a firewall rule to permit IPv6 packets."); ?><br/>
<br/>
<?=gettext("IP address"); ?>&nbsp;:&nbsp;
<input name="ipv6nat_ipaddr" type="text" class="formfld unknown" id="ipv6nat_ipaddr" size="20" value="<?=htmlspecialchars($pconfig['ipv6nat_ipaddr']);?>" />
OpenPOWER on IntegriCloud