summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-09-10 09:36:00 +0200
committerAleksander Machniak <alec@alec.pl>2013-09-10 09:36:00 +0200
commit63ec68b026a560a2af7dc3d1e89fa095464b6e5b (patch)
treef9d55d1727d87f8ce032f71f637bbb820a83f892 /plugins
parent6632d42717f124a938db62a69bca601f4c336257 (diff)
Fix de_DE localization of "About" label in Help plugin (#1489325)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/help/localization/de_DE.inc2
1 files changed, 1 insertions, 1 deletions
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'] = '&Uuml;ber';
+$labels['about'] = 'Über';
$labels['license'] = 'Lizenz';
?>