summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2016-07-04 21:39:35 -0400
committerGitHub <noreply@github.com>2016-07-04 21:39:35 -0400
commit1dc134d2d9321280865009e14b3a646b412e2e80 (patch)
treee3998a0584abc86778641058e06d09acc15be2c6 /app/Locale
parent0fcba1a46b01cd9fc9037b101289d27a593c3747 (diff)
parentb1a85f98a66e07c301eb53857fb05617802fa5f6 (diff)
Merge pull request #2429
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/de_DE/translations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 81df4e55..aa80f781 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1215,5 +1215,5 @@ return array(
'Do you really want to remove this tag: "%s"?' => 'Soll dieses Schlagwort wirklich entfernt werden: "%s"?',
'Global tags' => 'Globale Schlagwörter',
'There is no global tag at the moment.' => 'Es gibt zur Zeit kein globales Schlagwort',
- // 'This field cannot be empty' => '',
+ 'This field cannot be empty' => 'Dieses Feld kann nicht leer sein',
);