From eb684206067a151a8b417bb1e4f7e48d4a56e5bf Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 9 Sep 2007 18:49:23 +0000 Subject: Fixed wrong delete button tooltip (#1483965) --- program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 730606265..9f4c714c4 100644 --- a/program/steps/mail/func.inc +++ b/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