From 9071f383cb84e06fafbe1f2fc1d7a317fda84571 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 9 Sep 2007 18:49:23 +0000 Subject: Fixed wrong delete button tooltip (#1483965) git-svn-id: https://svn.roundcube.net/trunk@789 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 730606265..9f4c714c4 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -73,7 +73,7 @@ if ($CONFIG['junk_mbox']) $OUTPUT->set_env('junk_mailbox', $CONFIG['junk_mbox']); if (!$OUTPUT->ajax_call) - rcube_add_label('checkingmail'); + rcube_add_label('checkingmail', 'deletemessage', 'movemessagetotrash'); -- cgit v1.2.3