Allow Status:Tentative (Bifrost#T15994)

This commit is contained in:
Aleksander Machniak 2017-02-02 11:19:28 +01:00
parent 853860e9b2
commit d4e66f9bbb
2 changed files with 2 additions and 1 deletions

View file

@ -411,7 +411,7 @@ class calendar_ui
$select->add('---', '');
$select->add($this->cal->gettext('status-confirmed'), 'CONFIRMED');
$select->add($this->cal->gettext('status-cancelled'), 'CANCELLED');
//$select->add($this->cal->gettext('tentative'), 'TENTATIVE');
$select->add($this->cal->gettext('status-tentative'), 'TENTATIVE');
return $select->show(null);
}

View file

@ -82,6 +82,7 @@ $labels['mystatus'] = 'My status';
$labels['status'] = 'Status';
$labels['status-confirmed'] = 'Confirmed';
$labels['status-cancelled'] = 'Cancelled';
$labels['status-tentative'] = 'Tentative';
$labels['priority'] = 'Priority';
$labels['sensitivity'] = 'Privacy';
$labels['public'] = 'public';