diff --git a/lib/WebGUI/Help/Asset_TimeTracking.pm b/lib/WebGUI/Help/Asset_TimeTracking.pm index 444305d0c..5a42e834a 100644 --- a/lib/WebGUI/Help/Asset_TimeTracking.pm +++ b/lib/WebGUI/Help/Asset_TimeTracking.pm @@ -109,6 +109,10 @@ our $HELP = { 'name' => 'form.footer', 'required' => 1, }, + { + 'name' => 'project.task.array', + 'required' => 1, + }, { 'name' => 'js.alert.removeRow.error', }, diff --git a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm index d96574393..744688baa 100644 --- a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm +++ b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm @@ -493,8 +493,13 @@ be useful, others may not.|, }, 'pmIntegration' => { - message => q|A conditional indicating whether or not this Time Tracking Asset has been configured for integration with the Project Manager|, - lastUpdated => 1168038164 + message => q|A conditional indicating whether or not this Time Tracking Asset has been configured for integration with the Project Manager.|, + lastUpdated => 1168117979, + }, + + 'project.task.array' => { + message => q|Javascript containing data about the project and tasks.|, + lastUpdated => 1168038164, }, };