summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_groups_edit.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_groups_edit.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_groups_edit.php')
-rw-r--r--src/usr/local/www/interfaces_groups_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_groups_edit.php b/src/usr/local/www/interfaces_groups_edit.php
index daa0348..6418c2e 100644
--- a/src/usr/local/www/interfaces_groups_edit.php
+++ b/src/usr/local/www/interfaces_groups_edit.php
@@ -234,8 +234,8 @@ $section->addInput(new Form_Select(
true
))->setWidth(6)->setHelp('NOTE: Rules for WAN type '.
'interfaces in groups do not contain the reply-to mechanism upon which '.
- 'Multi-WAN typically relies. '.
- '<a href="https://doc.pfsense.org/index.php/ifgroups">More Information</a>');
+ 'Multi-WAN typically relies. %1$sMore Information%2$s',
+ '<a href="https://doc.pfsense.org/index.php/ifgroups">', '</a>');
if (isset($id) && $a_ifgroups[$id]) {
$form->addGlobal(new Form_Input(
OpenPOWER on IntegriCloud