mbox

Fix unnecessary space character in "E-Mail Absender"

Message ID 5633F63C.7080808@web.de
State Accepted
Commit 673351d8a2b3b2c2ac3cc1367fc623c83fef67bc
Headers

Message

Lars Schuhmacher Oct. 31, 2015, 9:59 a.m. UTC
  Fix unnecessary space character in "E-Mail Absender".

Replaces the space character with a dash as is correct and already used in the other words in that part.

Signed-off-by: Lars Schuhmacher <larsen007@web.de>
---

 langs/de/cgi-bin/de.pl          | 2 +-
 src/squid-accounting/acct.de.pl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer Nov. 1, 2015, 5:14 a.m. UTC | #1
Hello,

we do have indeed many of these hyphenation errors. Thanks for taking
care of this.

I merged this patch.

Best,
-Michael

On Fri, 2015-10-30 at 23:59 +0100, Lars Schuhmacher wrote:
> Fix unnecessary space character in "E-Mail Absender".
> 
> Replaces the space character with a dash as is correct and already
> used in the other words in that part.
> 
> Signed-off-by: Lars Schuhmacher <larsen007@web.de>
> ---
> 
>  langs/de/cgi-bin/de.pl          | 2 +-
>  src/squid-accounting/acct.de.pl | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl
> index cf04d3d..da9b885 100644
> --- a/langs/de/cgi-bin/de.pl
> +++ b/langs/de/cgi-bin/de.pl
> @@ -849,7 +849,7 @@
>  'email mailpass' => 'Passwort',
>  'email mailport' => 'Mailserver-Port',
>  'email mailrcpt' => 'E-Mail-Empfänger',
> -'email mailsender' => 'E-Mail Absender',
> +'email mailsender' => 'E-Mail-Absender',
>  'email mailuser' => 'Benutzername',
>  'email server can not be empty' => 'Email-Server darf nicht leer
> sein',
>  'email settings' => 'Mailversand',
> diff --git a/src/squid-accounting/acct.de.pl b/src/squid
> -accounting/acct.de.pl
> index 0291a9d..c139d03 100644
> --- a/src/squid-accounting/acct.de.pl
> +++ b/src/squid-accounting/acct.de.pl
> @@ -77,7 +77,7 @@
>  'acct mailuser' => 'Benutzername',
>  'acct mailpass' => 'Passwort',
>  'acct mailrcpt' => 'E-Mail-Empfänger',
> -'acct mailsender' => 'E-Mail Absender',
> +'acct mailsender' => 'E-Mail-Absender',
>  'acct mailtxt' => 'Text der Rechnungsmails',
>  'acct mb' => 'MB',
>  'acct members' => 'Mitglieder',
>