From 63ec68b026a560a2af7dc3d1e89fa095464b6e5b Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 10 Sep 2013 03:36:00 -0400 Subject: [PATCH] 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 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4dbc6f6..a2ef913 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ - 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 70c5064..250657d 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'; ?> -- Gitblit v1.9.1