summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:40:26 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-08-12 10:40:26 -0300
commitc1d85ee19107c179ca5dc47b64484d62672f135b (patch)
tree71be6490802201f790f9d4372177c999f28c404d /usr/local/www/interfaces_vlan.php
parentad157b4cb664daed254b206136ad4754b01cf039 (diff)
downloadpfsense-c1d85ee19107c179ca5dc47b64484d62672f135b.zip
pfsense-c1d85ee19107c179ca5dc47b64484d62672f135b.tar.gz
Fix gettext on interfaces_vlan.php
Diffstat (limited to 'usr/local/www/interfaces_vlan.php')
-rwxr-xr-xusr/local/www/interfaces_vlan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php
index 1206d20..0b87a40 100755
--- a/usr/local/www/interfaces_vlan.php
+++ b/usr/local/www/interfaces_vlan.php
@@ -131,7 +131,7 @@ 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>
<?php printf(gettext("Not all drivers/NICs support 802.1Q VLAN tagging properly. On cards that do not explicitly support it, VLAN tagging will still work, but the reduced MTU may cause problems. See the %s handbook for information on supported cards."),$g['product_name']);?> </p>
</td>
OpenPOWER on IntegriCloud