diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-04 14:51:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-04 14:51:58 +0200 |
commit | 08167e91140e533dbc52279071767813fee8401c (patch) | |
tree | 92353916927b774b093f916f945276ae2e75318f /plugins/help/localization/de_DE.inc | |
parent | cb1715cd165b5f0883d96e6350239f74fdb76a58 (diff) |
Improve help plugin with some options to display contents according to the current task/step
Diffstat (limited to 'plugins/help/localization/de_DE.inc')
-rw-r--r-- | 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 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'; ?> |