From c27ca36eb3fb3a5c5c1ca7feb9567bd6d23a16dc Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 23 Jul 2011 17:02:06 -0400 Subject: [PATCH] fix text --- usr/local/www/services_captiveportal_vouchers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/services_captiveportal_vouchers.php b/usr/local/www/services_captiveportal_vouchers.php index f4f4b8976f..f8ce95987b 100644 --- a/usr/local/www/services_captiveportal_vouchers.php +++ b/usr/local/www/services_captiveportal_vouchers.php @@ -295,7 +295,7 @@ EOF; $config['voucher']['msgexpired'] = $toreturn['voucher']['msgexpired']; if($toreturn['voucher']['msgnoaccess']) $config['voucher']['msgnoaccess'] = $toreturn['voucher']['msgnoaccess']; - $savemsg = gettext("Voucher database has been synchronized from {$url}:{$port}"); + $savemsg = gettext("Voucher database has been synchronized to {$url}:{$port}"); write_config(); voucher_configure(true);