summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/voucher.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/voucher.inc
parent070379bbc0cf84d82f52a0adfe2bdc6014695f7e (diff)
downloadpfsense-1579e70ff4635b7c05990ead9ea43438556861d2.zip
pfsense-1579e70ff4635b7c05990ead9ea43438556861d2.tar.gz
Code with multiple %s in etc
Diffstat (limited to 'src/etc/inc/voucher.inc')
-rw-r--r--src/etc/inc/voucher.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/voucher.inc b/src/etc/inc/voucher.inc
index 4ceec0a..9340c7f 100644
--- a/src/etc/inc/voucher.inc
+++ b/src/etc/inc/voucher.inc
@@ -102,7 +102,7 @@ EOF;
if (is_array($resp['voucher']['roll'])) {
$config['voucher'][$cpzone]['roll'] = $resp['voucher']['roll'];
- write_config(sprintf(gettext("Captive Portal Voucher database synchronized with %s:%s"), $syncip, $port));
+ write_config(sprintf(gettext('Captive Portal Voucher database synchronized with %1$s:%2$s'), $syncip, $port));
voucher_configure_zone(true);
unset($resp['voucher']);
} else if (!isset($resp['timeleft'])) {
OpenPOWER on IntegriCloud