* [PATCH] Fix unnecessary space character in "E-Mail Absender"
@ 2015-10-30 22:59 Lars Schuhmacher
0 siblings, 0 replies; only message in thread
From: Lars Schuhmacher @ 2015-10-30 22:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1396 bytes --]
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(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' => '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',
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-10-30 22:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-30 22:59 [PATCH] Fix unnecessary space character in "E-Mail Absender" Lars Schuhmacher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox