summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:12:49 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:12:49 -0300
commit8c287f1b9b53353204fb44359789418bbc14ccb5 (patch)
treecf7a734f341e1e79aa0487728d2583fc788901c0 /usr/local/www/interfaces_bridge_edit.php
parent6a3b2a3843f12b295038a6c24568d93000a01778 (diff)
downloadpfsense-8c287f1b9b53353204fb44359789418bbc14ccb5.zip
pfsense-8c287f1b9b53353204fb44359789418bbc14ccb5.tar.gz
Fix gettext on interfaces_bridge_edit.php
Diffstat (limited to 'usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--usr/local/www/interfaces_bridge_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_bridge_edit.php b/usr/local/www/interfaces_bridge_edit.php
index 1a32ff5..8a9afb4 100644
--- a/usr/local/www/interfaces_bridge_edit.php
+++ b/usr/local/www/interfaces_bridge_edit.php
@@ -439,7 +439,7 @@ function show_source_port_range() {
"the bridge."); ?>
</span>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note"); ?>:<br>
+ <?=gettext("Note:"); ?><br>
</strong></span>
<?=gettext("The span interface cannot be part of the bridge member interfaces."); ?>
</span>
@@ -483,7 +483,7 @@ function show_source_port_range() {
<?=gettext("Allow interface to automatically detect edge status. This is the " .
"default for all interfaces added to a bridge."); ?>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note"); ?>:<br>
+ <?=gettext("Note:"); ?><br>
</strong></span>
<?=gettext("This will disable the autoedge status of interfaces."); ?>
</span></td>
@@ -527,7 +527,7 @@ function show_source_port_range() {
"checking the full duplex link status. This is the default for " .
"interfaces added to the bridge."); ?>
<p class="vexpl"><span class="red"><strong>
- <?=gettext("Note"); ?>:<br>
+ <?=gettext("Note:"); ?><br>
</strong></span>
<?=gettext("The interfaces selected here will be removed from default autoedge status."); ?>
</span></td>
OpenPOWER on IntegriCloud