Typo in en.pl

Message ID 20170917183256.3213-1-matthias.fischer@ipfire.org
State Accepted
Commit 5bb906f7a96c946a5bfcca744ec19caef4b74825
Headers
Series Typo in en.pl |

Commit Message

Matthias Fischer Sept. 18, 2017, 4:32 a.m. UTC
  Fixes typo in
http://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=15f19ed85ea3e6944c5fea623eca8ef215eae39e

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 langs/en/cgi-bin/en.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Tremer Sept. 21, 2017, 7:19 a.m. UTC | #1
Hi,

that patch doesn't apply because it doesn't have that line in it in
next. How did that happen?

-Michael

On Sun, 2017-09-17 at 20:32 +0200, Matthias Fischer wrote:
> Fixes typo in
> http://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=15f19ed85ea3e6944c5fea623eca8ef215eae39e
> 
> Best,
> Matthias
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
>  langs/en/cgi-bin/en.pl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> index adebbf4b4..6774ae41f 100644
> --- a/langs/en/cgi-bin/en.pl
> +++ b/langs/en/cgi-bin/en.pl
> @@ -2752,7 +2752,7 @@
>  'wlan clients' => 'Wireless clients',
>  'wlanap' => 'Access Point',
>  'wlanap channel' => 'Channel',
> -'wlanap configuration' => 'Access Point Konfiguration',
> +'wlanap configuration' => 'Access Point Configuration',
>  'wlanap country' => 'Country Code',
>  'wlanap debugging' => 'Debugging',
>  'wlanap del interface' => 'Remove selected interface?',
  
Michael Tremer Sept. 21, 2017, 7:26 a.m. UTC | #2
Never mind. Found it :)

On Wed, 2017-09-20 at 22:19 +0100, Michael Tremer wrote:
> Hi,
> 
> that patch doesn't apply because it doesn't have that line in it in
> next. How did that happen?
> 
> -Michael
> 
> On Sun, 2017-09-17 at 20:32 +0200, Matthias Fischer wrote:
> > Fixes typo in
> > http://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=15f19ed85ea3e6944c5fea623eca8ef215eae39e
> > 
> > Best,
> > Matthias
> > 
> > Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> > ---
> >  langs/en/cgi-bin/en.pl | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
> > index adebbf4b4..6774ae41f 100644
> > --- a/langs/en/cgi-bin/en.pl
> > +++ b/langs/en/cgi-bin/en.pl
> > @@ -2752,7 +2752,7 @@
> >  'wlan clients' => 'Wireless clients',
> >  'wlanap' => 'Access Point',
> >  'wlanap channel' => 'Channel',
> > -'wlanap configuration' => 'Access Point Konfiguration',
> > +'wlanap configuration' => 'Access Point Configuration',
> >  'wlanap country' => 'Country Code',
> >  'wlanap debugging' => 'Debugging',
> >  'wlanap del interface' => 'Remove selected interface?',
  

Patch

diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl
index adebbf4b4..6774ae41f 100644
--- a/langs/en/cgi-bin/en.pl
+++ b/langs/en/cgi-bin/en.pl
@@ -2752,7 +2752,7 @@ 
 'wlan clients' => 'Wireless clients',
 'wlanap' => 'Access Point',
 'wlanap channel' => 'Channel',
-'wlanap configuration' => 'Access Point Konfiguration',
+'wlanap configuration' => 'Access Point Configuration',
 'wlanap country' => 'Country Code',
 'wlanap debugging' => 'Debugging',
 'wlanap del interface' => 'Remove selected interface?',