From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] lang: fix typo (MacVTtap != MacVTap) Date: Sat, 11 Apr 2020 09:44:30 +0100 Message-ID: In-Reply-To: <1da6c070-7520-6cc9-d441-bebd7fc80a45@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5037684026624529542==" List-Id: --===============5037684026624529542== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 11 Apr 2020, at 09:25, Peter M=C3=BCller wr= ote: >=20 > Fixes: #12339 >=20 > Signed-off-by: Peter M=C3=BCller > --- > langs/en/cgi-bin/en.pl | 2 +- > langs/fr/cgi-bin/fr.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl > index 3f3e46641..e14c7d825 100644 > --- a/langs/en/cgi-bin/en.pl > +++ b/langs/en/cgi-bin/en.pl > @@ -2984,7 +2984,7 @@ > 'zoneconf nic assignment' =3D> 'NIC Assignment', > 'zoneconf nicmode bridge' =3D> 'Bridge', > 'zoneconf nicmode default' =3D> 'Default', > -'zoneconf nicmode macvtap' =3D> 'MacVTtap', > +'zoneconf nicmode macvtap' =3D> 'MacVTap', > 'zoneconf notice reboot' =3D> 'Please reboot to apply your changes.', > 'zoneconf title' =3D> 'Zone Configuration', > 'zoneconf val native assignment error' =3D> 'A NIC cannot be accessed nativ= ely by more than one zone.', > diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl > index ec81e3e36..cc3d601a2 100644 > --- a/langs/fr/cgi-bin/fr.pl > +++ b/langs/fr/cgi-bin/fr.pl > @@ -2976,7 +2976,7 @@ > 'zoneconf nic assignment' =3D> 'Affectation de carte r=C3=A9seau', > 'zoneconf nicmode bridge' =3D> 'Pont', > 'zoneconf nicmode default' =3D> 'D=C3=A9faut', > -'zoneconf nicmode macvtap' =3D> 'MacVTtap', > +'zoneconf nicmode macvtap' =3D> 'MacVTap', > 'zoneconf notice reboot' =3D> 'Veuillez red=C3=A9marrer pour appliquer vos = changements.', > 'zoneconf title' =3D> 'Configuration de zones', > 'zoneconf val native assignment error' =3D> 'Une carte r=C3=A9seau ne peut = pas =C3=AAtre atteinte nativement par davantage qu\'une zone.', > --=20 > 2.16.4 --===============5037684026624529542==--