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) --- plugins/help/localization/de_DE.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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