Add missing title label for Print button

This commit is contained in:
Aleksander Machniak 2015-02-23 11:27:42 -05:00
parent 31e3e9ae43
commit 868d90df7d

View file

@ -25,6 +25,7 @@ $labels['newtask'] = 'New Task';
$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['mark'] = 'Mark';
$labels['unmark'] = 'Unmark';
$labels['edit'] = 'Edit';