diff options
author | Martin Fuchs <mfuchs77@gmail.com> | 2017-08-28 21:47:19 +0200 |
---|---|---|
committer | Fred <fred@kanboard.net> | 2017-09-01 15:15:30 -0700 |
commit | eb6f1f43de7c5065628dfa6649a8aeea17c4eb75 (patch) | |
tree | ddfec80fecc4b9bf968ab1650e994475b41764d2 | |
parent | b50d9c6f312f454ac57f78649de8d5081193785a (diff) |
correct typo
-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 11d0efd5..629103f8 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -359,7 +359,7 @@ return array( 'Default values are "%s"' => 'Die Standardwerte sind "%s"', 'Default columns for new projects (Comma-separated)' => 'Standardspalten für neue Projekte (komma-getrennt)', 'Task assignee change' => 'Zuständigkeit geändert', - '%s changed the assignee of the task #%d to %s' => '%s hat die Zusständigkeit der Aufgabe #%d geändert zu %s', + '%s changed the assignee of the task #%d to %s' => '%s hat die Zuständigkeit der Aufgabe #%d geändert zu %s', '%s changed the assignee of the task %s to %s' => '%s hat die Zuständigkeit der Aufgabe %s geändert zu %s', 'New password for the user "%s"' => 'Neues Passwort des Benutzers "%s"', 'Choose an event' => 'Aktion wählen', |