summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_bridge_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-01 16:43:51 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-01 16:43:51 +0545
commit702fa4d0ce035a444112e23f4e4d1a4c686d8163 (patch)
tree3efcf6b31fee91f60f1321fbeaa06ca98fc4ac7e /src/usr/local/www/interfaces_bridge_edit.php
parent070379bbc0cf84d82f52a0adfe2bdc6014695f7e (diff)
downloadpfsense-702fa4d0ce035a444112e23f4e4d1a4c686d8163.zip
pfsense-702fa4d0ce035a444112e23f4e4d1a4c686d8163.tar.gz
Code with multiple %s in usr/local/www
Diffstat (limited to 'src/usr/local/www/interfaces_bridge_edit.php')
-rw-r--r--src/usr/local/www/interfaces_bridge_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php
index 3f5caff..944d5f5 100644
--- a/src/usr/local/www/interfaces_bridge_edit.php
+++ b/src/usr/local/www/interfaces_bridge_edit.php
@@ -456,7 +456,7 @@ $section->addInput(new Form_Select(
true
))->setHelp('Add the interface named by interface as a span port on the bridge. Span ports transmit a copy of every frame received by the bridge. ' .
'This is most useful for snooping a bridged network passively on another host connected to one of the span ports of the bridge. <br />' .
- '%sThe span interface cannot be part of the bridge member interfaces.%s', ['<strong>', '</strong>']);
+ '%1$sThe span interface cannot be part of the bridge member interfaces.%2$s', ['<strong>', '</strong>']);
$edgelist = build_port_list($pconfig['edge']);
@@ -477,7 +477,7 @@ $section->addInput(new Form_Select(
$edgelist['list'],
true
))->setHelp('Allow interface to automatically detect edge status. This is the default for all interfaces added to a bridge.' .
- '%sThis will disable the autoedge status of interfaces. %s', ['<strong>', '</strong>']);
+ '%1$sThis will disable the autoedge status of interfaces. %2$s', ['<strong>', '</strong>']);
$edgelist = build_port_list($pconfig['ptp']);
@@ -498,7 +498,7 @@ $section->addInput(new Form_Select(
$edgelist['list'],
true
))->setHelp('Automatically detect the point-to-point status on interface by checking the full duplex link status. This is the default for interfaces added to the bridge.' .
- '%sThe interfaces selected here will be removed from default autoedge status. %s', ['<strong>', '</strong>']);
+ '%1$sThe interfaces selected here will be removed from default autoedge status. %2$s', ['<strong>', '</strong>']);
$edgelist = build_port_list($pconfig['static']);
OpenPOWER on IntegriCloud