From f16ca103ab8afb0b5a6de4595e06d0bf5a0b6a6c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 7 Sep 2017 16:42:05 +0200 Subject: [PATCH] Do not translate tooltips of mailboxes in mail tree, in order to be able to check the actual name of the mailbox via tooltip value. --- mail/inc/class.mail_tree.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/inc/class.mail_tree.inc.php b/mail/inc/class.mail_tree.inc.php index 5e02286ba8..c531973746 100644 --- a/mail/inc/class.mail_tree.inc.php +++ b/mail/inc/class.mail_tree.inc.php @@ -405,7 +405,7 @@ class mail_tree elseif (($key = array_search($data['folderarray']['MAILBOX'], $definedFolders, true)) !== false) { $data[Tree::LABEL] = lang($key); - $data[Tree::TOOLTIP] = lang($key); + $data[Tree::TOOLTIP] = $key; //User defined folders icons $data[Tree::IMAGE_LEAF] = $data[Tree::IMAGE_FOLDER_OPEN] =