From 814e49f8f78c349b471726c01d7a7cd2eb5121c3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Dec 2018 08:56:28 +0300 Subject: add icons to accordion panels in preferences fix typo in pref-prefs closing panel tag --- plugins/mail/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/mail/init.php') diff --git a/plugins/mail/init.php b/plugins/mail/init.php index 1609a05c3..28e4c0215 100644 --- a/plugins/mail/init.php +++ b/plugins/mail/init.php @@ -32,7 +32,8 @@ class Mail extends Plugin { function hook_prefs_tab($args) { if ($args != "prefPrefs") return; - print "
"; + print "
mail ".__('Mail plugin')."\">"; print "

" . __("You can set predefined email addressed here (comma-separated list):") . "

"; -- cgit v1.2.3