diff options
author | thomascube <thomas@roundcube.net> | 2007-09-09 18:49:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-09-09 18:49:23 +0000 |
commit | eb684206067a151a8b417bb1e4f7e48d4a56e5bf (patch) | |
tree | c471c476c4b90eadf19a6e7d5ed4d497b87004c4 /program/steps/mail/func.inc | |
parent | 74ae8849ddffd90172a5f62cbc32469463473eb8 (diff) |
Fixed wrong delete button tooltip (#1483965)
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | 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 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'); |