diff options
Diffstat (limited to 'plugins/attachment_reminder/attachment_reminder.php')
-rwxr-xr-x | plugins/attachment_reminder/attachment_reminder.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/attachment_reminder/attachment_reminder.php b/plugins/attachment_reminder/attachment_reminder.php index 0a2597329..a215ff57c 100755 --- a/plugins/attachment_reminder/attachment_reminder.php +++ b/plugins/attachment_reminder/attachment_reminder.php @@ -38,6 +38,7 @@ class attachment_reminder extends rcube_plugin if ($rcmail->task == 'mail' && $rcmail->action == 'compose') { $this->include_script('attachment_reminder.js'); $this->add_texts('localization/', array('keywords', 'forgotattachment')); + $rcmail->output->add_label('addattachment', 'send'); } if ($rcmail->task == 'settings') { |