diff options
author | eesel <eesel@users.noreply.github.com> | 2017-11-03 19:43:08 +0100 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2017-11-03 14:03:06 -0700 |
commit | 7f06c9ef1c37d65946851bf8548ba310d01d5764 (patch) | |
tree | f8975869873291bd5185329dec0035c62318579c /app/Locale/de_DE | |
parent | bf623e0e08d63dbafec7d98bd16abb0815295e83 (diff) |
typo fix
see correct spelling: https://www.duden.de/suchen/dudenonline/aufgewendet
Diffstat (limited to 'app/Locale/de_DE')
-rw-r--r-- | app/Locale/de_DE/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 15086cf1..c65c0548 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -876,8 +876,8 @@ return array( 'You were mentioned in the task #%d' => 'Sie wurden in der Aufgabe #%d erwähnt', 'You were mentioned in a comment on the task #%d' => 'Sie wurden in einem Kommentar zur Aufgabe #%d erwähnt', 'Estimated hours: ' => 'Erwarteter Zeitaufwand (Stunden): ', - 'Actual hours: ' => 'Tatsächlich aufgewändete Stunden: ', - 'Hours Spent' => 'Stunden aufgewändet', + 'Actual hours: ' => 'Tatsächlich aufgewendete Stunden: ', + 'Hours Spent' => 'Stunden aufgewendet', 'Hours Estimated' => 'Stunden erwartet', 'Estimated Time' => 'Erwartete Zeit', 'Actual Time' => 'Aktuelle Zeit', |