summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-27 17:26:59 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-27 17:26:59 -0300
commit79eaddf45816c3417074e8b703c2d7b7477c6185 (patch)
tree6e350c66af2028e18d22e87adaebe551866e9f49 /usr/local/www/system_advanced_network.php
parent198afa092d20a856add9eb6414ea69ac825e8640 (diff)
downloadpfsense-79eaddf45816c3417074e8b703c2d7b7477c6185.zip
pfsense-79eaddf45816c3417074e8b703c2d7b7477c6185.tar.gz
Fix : for translations
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-rw-r--r--usr/local/www/system_advanced_network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index 21c3c58..a544fbe 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -180,7 +180,7 @@ function enable_change(enable_over) {
<div class="tabcont">
<span class="vexpl">
<span class="red">
- <strong><?=gettext("NOTE:"); ?>&nbsp</strong>
+ <strong><?=gettext("NOTE"); ?>:&nbsp</strong>
</span>
<?=gettext("The options on this page are intended for use by advanced users only."); ?>
<br/>
@@ -209,7 +209,7 @@ function enable_change(enable_over) {
routing infrastructures. If enabled, don't forget to
add a firewall rule to permit IPv6 packets."); ?><br/>
<br/>
- <?=gettext("IP address :"); ?>&nbsp;
+ <?=gettext("IP address"); ?>&nbsp;:&nbsp;
<input name="ipv6nat_ipaddr" type="text" class="formfld unknown" id="ipv6nat_ipaddr" size="20" value="<?=htmlspecialchars($pconfig['ipv6nat_ipaddr']);?>" />
</td>
</tr>
OpenPOWER on IntegriCloud