Fix unnecessary space character in "E-Mail Absender"

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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Lars Schuhmacher
2015-10-30 23:59:08 +01:00
committed by Michael Tremer
parent 12b5c00d3e
commit 673351d8a2
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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',