From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Feddersen To: development@lists.ipfire.org Subject: [PATCH] WIO: minor changes Date: Tue, 18 Jul 2017 21:26:34 +0200 Message-ID: <1500405994-2270-1-git-send-email-sfeddersen@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3514546400865713016==" List-Id: --===============3514546400865713016== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable correct typo in wio.en.pl language file add button in wio.cgi to change to systems logs (section wio) --- src/wio/lang/wio.en.pl | 2 +- src/wio/wio.cgi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wio/lang/wio.en.pl b/src/wio/lang/wio.en.pl index 154e64f..17312a7 100644 --- a/src/wio/lang/wio.en.pl +++ b/src/wio/lang/wio.en.pl @@ -123,7 +123,7 @@ 'wio_mail_smail' =3D> 'collected mail', 'wio_mail_email' =3D> 'single mails', 'wio_mail_ovpnrw' =3D> 'enable OpenVPN RW and IPSec Statusmails ?', -'wio_edit_set' =3D> 'configuration', +'wio_edit_set' =3D> 'Configuration', 'wio_service' =3D> 'Service:', 'wio_dyndns_success' =3D> 'DynDNS IP identified and registered!', 'wio_remove_all' =3D> 'remove all clients', diff --git a/src/wio/wio.cgi b/src/wio/wio.cgi index e7bf7e2..631e468 100644 --- a/src/wio/wio.cgi +++ b/src/wio/wio.cgi @@ -1955,9 +1955,9 @@ if ( $wiosettings{'ENABLE'} eq 'on' && !$errormessage &= & $wiosettings{'ACTION'} print" - - - \n + + +
"; --=20 2.7.4 --===============3514546400865713016==--