Add missing tasklist.printdescriptions label (#4696)

This commit is contained in:
Aleksander Machniak 2015-02-24 04:24:24 -05:00
parent 41653f7cc0
commit af61611770

View file

@ -26,6 +26,7 @@ $labels['createtask'] = 'Create Task <Enter>';
$labels['createnewtask'] = 'Create new Task (e.g. Saturday, Mow the lawn)';
$labels['createfrommail'] = 'Save as task';
$labels['printtitle'] = 'Print tasks';
$labels['printdescriptions'] = 'Print descriptions';
$labels['mark'] = 'Mark';
$labels['unmark'] = 'Unmark';
$labels['edit'] = 'Edit';