From 63ec68b026a560a2af7dc3d1e89fa095464b6e5b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 10 Sep 2013 09:36:00 +0200 Subject: Fix de_DE localization of "About" label in Help plugin (#1489325) --- CHANGELOG | 1 + plugins/help/localization/de_DE.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4dbc6f625..a2ef913ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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'; ?> -- cgit v1.2.3