diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-09-10 09:36:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-09-10 09:36:00 +0200 |
commit | 63ec68b026a560a2af7dc3d1e89fa095464b6e5b (patch) | |
tree | f9d55d1727d87f8ce032f71f637bbb820a83f892 | |
parent | 6632d42717f124a938db62a69bca601f4c336257 (diff) |
Fix de_DE localization of "About" label in Help plugin (#1489325)
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | plugins/help/localization/de_DE.inc | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ CHANGELOG Roundcube Webmail - Fix issue where From address was removed from Cc and Bcc fields when editing a draft (#1489319) - Fix error_reporting directive check (#1489323) +- Fix de_DE localization of "About" label in Help plugin (#1489325) RELEASE 0.9.4 ------------- diff --git a/plugins/help/localization/de_DE.inc b/plugins/help/localization/de_DE.inc index 70c50646e..250657da6 100644 --- a/plugins/help/localization/de_DE.inc +++ b/plugins/help/localization/de_DE.inc @@ -18,7 +18,7 @@ $labels = array(); $labels['help'] = 'Hilfe'; -$labels['about'] = 'Über'; +$labels['about'] = 'Über'; $labels['license'] = 'Lizenz'; ?> |