diff options
author | 85pando <85pando@googlemail.com> | 2016-02-05 10:20:51 +0100 |
---|---|---|
committer | 85pando <85pando@googlemail.com> | 2016-02-05 10:20:51 +0100 |
commit | 2074aaaa9a75455097e4e77ca09f4fba3e567052 (patch) | |
tree | de2752ace25f212e1e2752e6afecdee8af91751b /app/Locale/de_DE/translations.php | |
parent | 051bf1c9dbb5733242c7657d6d507389206b33ee (diff) |
Fix #1767 German translation of color Lime.
As per discussion in issue #1767, lime is now called "Limette".
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 1158dd67..92346a15 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -26,7 +26,7 @@ return array( 'Pink' => 'Pink', 'Teal' => 'Türkis', 'Cyan' => 'Cyan', - 'Lime' => 'Grün (lime)', + 'Lime' => 'Limette', 'Light Green' => 'Hellgrün', 'Amber' => 'Braun (Amber)', 'Save' => 'Speichern', |