Add label for task title (used by Kolab skin)
This commit is contained in:
parent
56cddd1e2c
commit
76d2b331ed
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class tasklist extends rcube_plugin
|
|||
|
||||
// load localizations
|
||||
$this->add_texts('localization/', $this->rc->task == 'tasks' && (!$this->rc->action || $this->rc->action == 'print'));
|
||||
$this->rc->load_language($_SESSION['language'], array('tasks.tasks' => $this->gettext('navtitle'))); // add label for task title
|
||||
|
||||
$this->timezone = $this->lib->timezone;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue