From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars Schuhmacher <larsen007@web.de> To: development@lists.ipfire.org Subject: [PATCH] Fix unnecessary space character in "E-Mail Absender" Date: Fri, 30 Oct 2015 23:59:08 +0100 Message-ID: <5633F63C.7080808@web.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8752191821126798121==" List-Id: <development.lists.ipfire.org> --===============8752191821126798121== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fix unnecessary space character in "E-Mail Absender". Replaces the space character with a dash as is correct and already used in th= e other words in that part. Signed-off-by: Lars Schuhmacher <larsen007(a)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' =3D> 'Passwort', 'email mailport' =3D> 'Mailserver-Port', 'email mailrcpt' =3D> 'E-Mail-Empf=C3=A4nger', -'email mailsender' =3D> 'E-Mail Absender', +'email mailsender' =3D> 'E-Mail-Absender', 'email mailuser' =3D> 'Benutzername', 'email server can not be empty' =3D> 'Email-Server darf nicht leer sein', 'email settings' =3D> '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' =3D> 'Benutzername', 'acct mailpass' =3D> 'Passwort', 'acct mailrcpt' =3D> 'E-Mail-Empf=C3=A4nger', -'acct mailsender' =3D> 'E-Mail Absender', +'acct mailsender' =3D> 'E-Mail-Absender', 'acct mailtxt' =3D> 'Text der Rechnungsmails', 'acct mb' =3D> 'MB', 'acct members' =3D> 'Mitglieder', --===============8752191821126798121==--