summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_bridge.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:07:17 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:07:17 -0300
commitced6a9b5d29f910419175dc38a795ac5316ac7fb (patch)
tree793fcc7aaf84df8539038c05ac19d05edc8d289a /usr/local/www/interfaces_bridge.php
parenta236afeefe8ea7ad910a758f8981aa6a0f73514a (diff)
downloadpfsense-ced6a9b5d29f910419175dc38a795ac5316ac7fb.zip
pfsense-ced6a9b5d29f910419175dc38a795ac5316ac7fb.tar.gz
Fix gettext on interfaces_bridge.php
Diffstat (limited to 'usr/local/www/interfaces_bridge.php')
-rw-r--r--usr/local/www/interfaces_bridge.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_bridge.php b/usr/local/www/interfaces_bridge.php
index ad31e59..b48d2f2 100644
--- a/usr/local/www/interfaces_bridge.php
+++ b/usr/local/www/interfaces_bridge.php
@@ -141,9 +141,9 @@ include("head.inc");
</tr>
<tr>
<td colspan="3" class="list"><p class="vexpl"><span class="red"><strong>
- <?=gettext("Note"); ?>:<br>
+ <?=gettext("Note:"); ?><br>
</strong></span>
- <?=gettext("Here you can configure bridging of interfaces"); ?>.
+ <?=gettext("Here you can configure bridging of interfaces."); ?>
</td>
<td class="list">&nbsp;</td>
</tr>
OpenPOWER on IntegriCloud