diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-08 22:31:26 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-08 22:31:26 -0500 |
commit | 7026e8d622e3f2a08e20c49814fc18a33453932c (patch) | |
tree | 06a73e82ed3406d772cbe52c66383be7b69067a3 /app/Locale/de_DE | |
parent | f91f3214c12e315afd8984653ea2d9db8408793d (diff) |
Fix spelling error
Diffstat (limited to 'app/Locale/de_DE')
-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 a0f5b7cb..864d3a94 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -730,7 +730,7 @@ return array( 'Time spent changed: %sh' => 'Verbrauchte Zeit geändert: %sh', 'Time estimated changed: %sh' => 'Geschätzte Zeit geändert: %sh', 'The field "%s" have been updated' => 'Das Feld "%s" wurde verändert', - 'The description have been modified' => 'Die Beschreibung wurde geändert', + 'The description has been modified' => 'Die Beschreibung wurde geändert', 'Do you really want to close the task "%s" as well as all subtasks?' => 'Soll die Aufgabe "%s" wirklich geschlossen werden? (einschließlich Teilaufgaben)', 'I want to receive notifications for:' => 'Ich möchte Benachrichtigungen erhalten für:', 'All tasks' => 'Alle Aufgaben', |