diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-06 20:43:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-06 20:43:03 -0400 |
commit | 8d792ee37964df31e7e88a601c0baf7accfbc3af (patch) | |
tree | b14ccc2edf90eac65e8909d6581744f75142ecd5 /app/Locale/de_DE/translations.php | |
parent | 3a61a6a5a3d3265e693c4e84cb27b35b7f6e5ced (diff) |
Update translations to fix typo
Diffstat (limited to 'app/Locale/de_DE/translations.php')
-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 58268773..2a55c124 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1109,7 +1109,7 @@ return array( 'Column created successfully.' => 'Spalte erfolgreich erstellt.', 'Another column with the same name exists in the project' => 'Es gibt bereits eine Spalte mit demselben Namen im Projekt', 'Default filters' => 'Standard-Filter', - 'Your board doesn\'t have any column!' => 'Es gibt keine Spalten in diesem Projekt!', + 'Your board doesn\'t have any columns!' => 'Es gibt keine Spalten in diesem Projekt!', 'Change column position' => 'Position der Spalte ändern', 'Switch to the project overview' => 'Zur Projektübersicht wechseln', 'User filters' => 'Benutzer-Filter', |