diff options
author | Ramon Cahenzli <rca@psy-q.ch> | 2018-08-23 09:37:11 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-08-23 09:34:17 -0700 |
commit | f3d428277ae70eb51275fdd03e2224b207f8571c (patch) | |
tree | 7e0afc30d68035e897dc86f505c0e464c9a97c38 /app/Locale | |
parent | f28d7a15b96e25e38a3e4bcfb95dbd804158e339 (diff) |
Fixing typo in de_DE translation
Diffstat (limited to 'app/Locale')
-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 e2ce0133..08535328 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -957,7 +957,7 @@ return array( 'Created:' => 'Erstellt:', 'Modified:' => 'Geändert:', 'Completed:' => 'Abgeschlossen:', - 'Started:' => 'Gestarted:', + 'Started:' => 'Gestartet:', 'Moved:' => 'Verschoben:', 'Task #%d' => 'Aufgabe #%d', 'Time format' => 'Zeitformat', |