From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] lang: fix typo (MacVTtap != MacVTap) Date: Sat, 11 Apr 2020 10:25:29 +0200 Message-ID: <1da6c070-7520-6cc9-d441-bebd7fc80a45@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5929520409113015277==" List-Id: --===============5929520409113015277== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: #12339 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(-) 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 native= ly 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 c= hangements.', 'zoneconf title' =3D> 'Configuration de zones', 'zoneconf val native assignment error' =3D> 'Une carte r=C3=A9seau ne peut p= as =C3=AAtre atteinte nativement par davantage qu\'une zone.', --=20 2.16.4 --===============5929520409113015277==--