summaryrefslogtreecommitdiff
path: root/plugins/markasjunk
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-09-06 18:19:08 +0000
committeralecpl <alec@alec.pl>2009-09-06 18:19:08 +0000
commite077870affc064e958d9f3077b1e3373634e24b7 (patch)
treeccc120ca85e0307797a48bfd5aaf60f8196a1165 /plugins/markasjunk
parent161c28dffcab78da00b6b80693ef9423c4258248 (diff)
- markasjunk: add button title (#1486092)
Diffstat (limited to 'plugins/markasjunk')
-rw-r--r--plugins/markasjunk/markasjunk.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/markasjunk/markasjunk.php b/plugins/markasjunk/markasjunk.php
index 959111d84..b269637f4 100644
--- a/plugins/markasjunk/markasjunk.php
+++ b/plugins/markasjunk/markasjunk.php
@@ -22,7 +22,8 @@ class markasjunk extends rcube_plugin
if ($rcmail->action == '' || $rcmail->action == 'show') {
$this->include_script('markasjunk.js');
$this->add_texts('localization', true);
- $this->add_button(array('command' => 'plugin.markasjunk', 'imagepas' => 'junk_pas.png', 'imageact' => 'junk_act.png'), 'toolbar');
+ $this->add_button(array('command' => 'plugin.markasjunk', 'imagepas' => 'junk_pas.png',
+ 'imageact' => 'junk_act.png', 'title' => 'markasjunk.buttontitle'), 'toolbar');
}
}