diff options
Diffstat (limited to 'app/Locale')
-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', |