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 [thread overview]
Message-ID: <5633F63C.7080808@web.de> (raw)
[-- 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',
reply other threads:[~2015-10-30 22:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5633F63C.7080808@web.de \
--to=larsen007@web.de \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox