Fix missing translation of 'add timesheet' context menu action

This commit is contained in:
nathangray 2016-11-25 10:36:37 -07:00
parent db71f7660f
commit ffca07042f

View File

@ -1231,7 +1231,7 @@ class infolog_ui
),
'timesheet_add' => array(
'icon' => 'timesheet/navbar',
'caption' => 'Add a new Timesheet',
'caption' => 'Add timesheet entry',
'url' => 'menuaction=timesheet.timesheet_ui.edit&link_app[]=infolog&link_id[]=$id',
'popup' => Link::get_registry('timesheet', 'add_popup'),
)