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_activesync/localization | |
parent | 26a2dd01c46a14598dfc2dd0a22d45bf07434068 (diff) | |
download | roundcubemail-plugins-kolab-1eacbc2e34278ec3fe1215dafcda4113f8248e0e.tar.gz |
Add title attributes to settings menu
Diffstat (limited to 'plugins/kolab_activesync/localization')
-rw-r--r-- | plugins/kolab_activesync/localization/en_US.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/kolab_activesync/localization/en_US.inc b/plugins/kolab_activesync/localization/en_US.inc index 5a1513c..378b49e 100644 --- a/plugins/kolab_activesync/localization/en_US.inc +++ b/plugins/kolab_activesync/localization/en_US.inc @@ -1,6 +1,7 @@ <?php $labels['tabtitle'] = 'Activesync'; +$labels['activesynctitle'] = 'Manage Activesync devices'; $labels['devices'] = 'Devices'; $labels['devicealias'] = 'Device name'; $labels['synchronize'] = 'Synchronize'; |