diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2014-06-16 09:22:20 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2014-06-16 09:22:20 (GMT) |
commit | 1eacbc2e34278ec3fe1215dafcda4113f8248e0e (patch) | |
tree | ea763953dc6188e5485bff0e9622b9fa11ae8d1b /plugins/kolab_delegation | |
parent | 26a2dd01c46a14598dfc2dd0a22d45bf07434068 (diff) | |
download | roundcubemail-plugins-kolab-1eacbc2e34278ec3fe1215dafcda4113f8248e0e.tar.gz |
Add title attributes to settings menu
Diffstat (limited to 'plugins/kolab_delegation')
-rw-r--r-- | plugins/kolab_delegation/kolab_delegation.php | 1 | ||||
-rw-r--r-- | plugins/kolab_delegation/localization/en_US.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/kolab_delegation/kolab_delegation.php b/plugins/kolab_delegation/kolab_delegation.php index f8974c6..a43fb5d 100644 --- a/plugins/kolab_delegation/kolab_delegation.php +++ b/plugins/kolab_delegation/kolab_delegation.php @@ -94,6 +94,7 @@ class kolab_delegation extends rcube_plugin 'class' => 'delegation', 'label' => 'tabtitle', 'domain' => 'kolab_delegation', + 'title' => 'delegationtitle', ); return $args; diff --git a/plugins/kolab_delegation/localization/en_US.inc b/plugins/kolab_delegation/localization/en_US.inc index b3a0f10..cfbbfdf 100644 --- a/plugins/kolab_delegation/localization/en_US.inc +++ b/plugins/kolab_delegation/localization/en_US.inc @@ -3,6 +3,7 @@ $labels = array(); $labels['tabtitle'] = 'Delegation'; +$labels['delegationtitle'] = 'Manage delegates'; $labels['delegates'] = 'Delegates'; $labels['delegate'] = 'Delegate'; $labels['mail'] = 'Email'; |