summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/services.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-01 14:18:53 +0545
committerPhil Davis <phil.davis@inf.org>2017-02-01 14:18:53 +0545
commit1579e70ff4635b7c05990ead9ea43438556861d2 (patch)
tree5acde2262a31c0b30ee311f60a48532655caba95 /src/etc/inc/services.inc
parent070379bbc0cf84d82f52a0adfe2bdc6014695f7e (diff)
downloadpfsense-1579e70ff4635b7c05990ead9ea43438556861d2.zip
pfsense-1579e70ff4635b7c05990ead9ea43438556861d2.tar.gz
Code with multiple %s in etc
Diffstat (limited to 'src/etc/inc/services.inc')
-rw-r--r--src/etc/inc/services.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc
index 036b594..021fb7e 100644
--- a/src/etc/inc/services.inc
+++ b/src/etc/inc/services.inc
@@ -771,7 +771,7 @@ EOPP;
// If the user has changed the subnet from the interfaces page and applied,
// but has not updated the DHCP range, then the range to/from of the pool can be outside the subnet.
// This can also happen when implementing the batch of changes when the setup wizard reloads the new settings.
- $error_msg = sprintf(gettext("Invalid DHCP pool %s - %s for %s subnet %s/%s detected. Please correct the settings in Services, DHCP Server"), $poolconf['range']['from'], $poolconf['range']['to'], convert_real_interface_to_friendly_descr($dhcpif), $subnet, $ifcfgsn);
+ $error_msg = sprintf(gettext('Invalid DHCP pool %1$s - %2$s for %3$s subnet %4$s/%5$s detected. Please correct the settings in Services, DHCP Server'), $poolconf['range']['from'], $poolconf['range']['to'], convert_real_interface_to_friendly_descr($dhcpif), $subnet, $ifcfgsn);
$do_file_notice = true;
$conf_ipv4_address = $ifcfg['ipaddr'];
$conf_ipv4_subnetmask = $ifcfg['subnet'];
OpenPOWER on IntegriCloud