summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-07 16:05:01 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-07 16:05:01 +0545
commit7ae1b34f23cc338df54a3f244b180db4a92ea923 (patch)
tree4366fab94f9bb0383dab4e6c673df70af640ff63 /src/usr/local/www/interfaces_vlan.php
parent07850c918106ef7bf56db9d895f413966d719b36 (diff)
downloadpfsense-7ae1b34f23cc338df54a3f244b180db4a92ea923.zip
pfsense-7ae1b34f23cc338df54a3f244b180db4a92ea923.tar.gz
setHelp and getttext for i*.php files
Diffstat (limited to 'src/usr/local/www/interfaces_vlan.php')
-rw-r--r--src/usr/local/www/interfaces_vlan.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/interfaces_vlan.php b/src/usr/local/www/interfaces_vlan.php
index e733dd3..218f305 100644
--- a/src/usr/local/www/interfaces_vlan.php
+++ b/src/usr/local/www/interfaces_vlan.php
@@ -155,9 +155,9 @@ display_top_tabs($tab_array);
<div class="infoblock">
<?php print_info_box(sprintf(gettext('Not all drivers/NICs support 802.1Q '.
- 'VLAN tagging properly. <br />On cards that do not explicitly support it, VLAN '.
- 'tagging will still work, but the reduced MTU may cause problems.<br />See the '.
- '%s handbook for information on supported cards.'), $g['product_name']), 'info', false); ?>
+ 'VLAN tagging properly. %1$sOn cards that do not explicitly support it, VLAN '.
+ 'tagging will still work, but the reduced MTU may cause problems.%1$sSee the '.
+ '%2$s handbook for information on supported cards.'), '<br />', $g['product_name']), 'info', false); ?>
</div>
<?php
OpenPOWER on IntegriCloud