summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_qinq.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-10 13:38:02 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-10 13:38:02 -0300
commit1b42d9b6eda6fed587b0105bcab8a52e2ae53415 (patch)
tree5605033ae68a8cb4dbdfe50c20a1286b12280829 /usr/local/www/interfaces_qinq.php
parentaa1e5104246c8748eb624b964e84f9da1388dc64 (diff)
downloadpfsense-1b42d9b6eda6fed587b0105bcab8a52e2ae53415.zip
pfsense-1b42d9b6eda6fed587b0105bcab8a52e2ae53415.tar.gz
Fix gettext implementation on interfaces_qinq.php
Diffstat (limited to 'usr/local/www/interfaces_qinq.php')
-rwxr-xr-xusr/local/www/interfaces_qinq.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_qinq.php b/usr/local/www/interfaces_qinq.php
index 34582d3..2726ccf 100755
--- a/usr/local/www/interfaces_qinq.php
+++ b/usr/local/www/interfaces_qinq.php
@@ -146,9 +146,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>
- <?php sprintf(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>
+ <?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>
<td class="list">&nbsp;</td>
</tr>
OpenPOWER on IntegriCloud