diff options
author | Busfreak <martin@middeke.de> | 2017-04-26 14:37:25 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-04-29 16:49:30 -0400 |
commit | 2c4e87949f96903290696a2f475a77a86bb3bbaa (patch) | |
tree | ec219852750cb80b3623dd250c4dee7437866885 /app/Locale/de_DE/translations.php | |
parent | b0b353b53cd9fbc9da7c2a7ad8204a1a740a8dce (diff) |
correction in language file
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 9647db5e..a652a2eb 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1275,7 +1275,7 @@ return array( 'Database uploaded successfully.' => 'Die Datenbank wurde erfolgreich hochgeladen.', 'Task sent by email successfully.' => 'Aufgabe wurde erfolgreich per E-Mail gesendet.', 'There is no category in this project.' => 'Es gibt keine Kategorie in diesem Projekt', - 'Send by email' => 'Per E-Mail gesendet', + 'Send by email' => 'Per E-Mail senden', 'Create and send a comment by email' => 'Erstellen und senden Sie einen Kommentar per E-Mail', 'Subject' => 'Betreff', 'Upload the database' => 'Datenbank hochladen', |