From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Typo in 'qos.cgi' Date: Wed, 13 May 2020 15:59:51 +0200 Message-ID: <20200513135951.30474-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1722884413653263350==" List-Id: --===============1722884413653263350== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 'bandwith*' =3D> 'bandwidth*' Plus: Image button for going back... Signed-off-by: Matthias Fischer --- html/cgi-bin/qos.cgi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index e3b3eefb4..faf8a4745 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -777,10 +777,10 @@ END } =20 sub changebandwidth { - &Header::openbox('100%', 'center', $Lang::tr{'bandwithsettings'}); + &Header::openbox('100%', 'center', $Lang::tr{'bandwidthsettings'}); if ($qossettings{'ENABLED'} eq 'on') { - print "$Lang::tr{'bandwitherror'}"; - print "$Lang::tr{'back'}"; + print "$Lang::tr{'bandwidtherror'}"; + print "
3D'$Lang::tr{'back'}'
"; } else { print < @@ -871,10 +871,10 @@ END print <   - $Lang::tr{'guaranteed bandwith'}: + $Lang::tr{'guaranteed bandwidth'}:   - $Lang::tr{'max bandwith'} 3D'*': + $Lang::tr{'max bandwidth'} :   Burst: @@ -1036,8 +1036,8 @@ sub showclasses { = $Lang::tr{'interface'} = $Lang::tr{'Class'} $La= ng::tr{'priority'} - $La= ng::tr{'guaranteed bandwith'} - $La= ng::tr{'max bandwith'} + $La= ng::tr{'guaranteed bandwidth'} + $La= ng::tr{'max bandwidth'} Bur= st Cei= l Burst TOS @@ -1248,7 +1248,7 @@ sub validminbwdth { } unless ( ( $qossettings{'MINBWDTH'} >=3D 1 ) && ( $qossettings{'MINBWDTH'}= <=3D $qossettings{'SPD'} ) ) { $qossettings{'VALID'} =3D 'no'; - $message =3D "$Lang::tr{'false min bandwith'}"; + $message =3D "$Lang::tr{'false min bandwidth'}"; } $qossettings{'SPD'} =3D ''; } @@ -1263,7 +1263,7 @@ sub validmaxbwdth { } unless ( ( $qossettings{'MAXBDWTH'} >=3D 0 ) && ($qossettings{'MAXBDWTH'} = >=3D $qossettings{'MINBDWTH'}) &&( $qossettings{'MAXBDWTH'} <=3D $qossettings= {'SPD'} ) ) { $qossettings{'VALID'} =3D 'no'; - $message =3D "$Lang::tr{'false max bandwith'}"; + $message =3D "$Lang::tr{'false max bandwidth'}"; } $qossettings{'SPD'} =3D ''; } --=20 2.17.1 --===============1722884413653263350==--