diff options
author | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-08-12 10:37:15 -0300 |
---|---|---|
committer | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-08-12 10:37:15 -0300 |
commit | ad157b4cb664daed254b206136ad4754b01cf039 (patch) | |
tree | e6c1f9fb8fbc86d7903e83bfa0d6465675446136 /usr | |
parent | 16457bdd941835415e7b7f1e5440d8e2b72ed6f9 (diff) | |
download | pfsense-ad157b4cb664daed254b206136ad4754b01cf039.zip pfsense-ad157b4cb664daed254b206136ad4754b01cf039.tar.gz |
Fix gettext on interfaces_qinq.php
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/interfaces_qinq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_qinq.php b/usr/local/www/interfaces_qinq.php index a91d045..04ac908 100755 --- a/usr/local/www/interfaces_qinq.php +++ b/usr/local/www/interfaces_qinq.php @@ -147,7 +147,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 QinQ tagging properly. On cards that do not explicitly support it, QinQ 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> |