From eb684206067a151a8b417bb1e4f7e48d4a56e5bf Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 09 Sep 2007 14:49:23 -0400 Subject: [PATCH] Fixed wrong delete button tooltip (#1483965) --- program/steps/mail/func.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 7306062..9f4c714 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -73,7 +73,7 @@ $OUTPUT->set_env('junk_mailbox', $CONFIG['junk_mbox']); if (!$OUTPUT->ajax_call) - rcube_add_label('checkingmail'); + rcube_add_label('checkingmail', 'deletemessage', 'movemessagetotrash'); -- Gitblit v1.9.1