summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-06 18:19:08 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-06 18:19:08 +0000
commitc5ff2013b3e84229d55323f2b13e9cdf404c9fa2 (patch)
tree79ed7f59e14b52c8c1dd478ce9e5287a98d9c7df
parentb94572e293cd4e604bf90af1e62a618ec42b39a8 (diff)
- markasjunk: add button title (#1486092)
git-svn-id: https://svn.roundcube.net/trunk@2928 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/plugins/markasjunk/markasjunk.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/plugins/markasjunk/markasjunk.php b/roundcubemail/plugins/markasjunk/markasjunk.php
index 959111d84..b269637f4 100644
--- a/roundcubemail/plugins/markasjunk/markasjunk.php
+++ b/roundcubemail/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');
}
}