Aleksander Machniak
2013-09-10 63ec68b026a560a2af7dc3d1e89fa095464b6e5b
Fix de_DE localization of "About" label in Help plugin (#1489325)
2 files modified
3 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
plugins/help/localization/de_DE.inc 2 ●●● patch | view | raw | blame | history
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
-------------
plugins/help/localization/de_DE.inc
@@ -18,7 +18,7 @@
$labels = array();
$labels['help'] = 'Hilfe';
$labels['about'] = 'Über';
$labels['about'] = 'Über';
$labels['license'] = 'Lizenz';
?>