From 702fa4d0ce035a444112e23f4e4d1a4c686d8163 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 1 Feb 2017 16:43:51 +0545 Subject: Code with multiple %s in usr/local/www --- src/usr/local/www/interfaces_bridge_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www/interfaces_bridge_edit.php') 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.
' . - '%sThe span interface cannot be part of the bridge member interfaces.%s', ['', '']); + '%1$sThe span interface cannot be part of the bridge member interfaces.%2$s', ['', '']); $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', ['', '']); + '%1$sThis will disable the autoedge status of interfaces. %2$s', ['', '']); $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', ['', '']); + '%1$sThe interfaces selected here will be removed from default autoedge status. %2$s', ['', '']); $edgelist = build_port_list($pconfig['static']); -- cgit v1.1