From 08167e91140e533dbc52279071767813fee8401c Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 04 Jul 2013 08:51:58 -0400
Subject: [PATCH] Improve help plugin with some options to display contents according to the current task/step

---
 plugins/help/localization/de_DE.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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'] = '&Uuml;ber';
+$labels['about'] = 'Über';
 $labels['license'] = 'Lizenz';
 
 ?>

--
Gitblit v1.9.1