diff --git a/lib/WebGUI/Help/Asset_TimeTracking.pm b/lib/WebGUI/Help/Asset_TimeTracking.pm index fb947ab92..444305d0c 100644 --- a/lib/WebGUI/Help/Asset_TimeTracking.pm +++ b/lib/WebGUI/Help/Asset_TimeTracking.pm @@ -165,7 +165,7 @@ our $HELP = { 'name' => 'time.report.header', }, { - 'name' => 'time.report.hours.label', + 'name' => 'time.report.totalHours.label', }, { 'name' => 'time.report.date.label', @@ -182,9 +182,15 @@ our $HELP = { { 'name' => 'time.report.comments.label', }, + { + 'name' => 'time.add.row.label', + }, { 'name' => 'time.save.label', }, + { + 'name' => 'time.report.complete.label', + }, { 'name' => 'report.isComplete', }, diff --git a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm index 557ebaf68..d96574393 100644 --- a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm +++ b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm @@ -334,6 +334,11 @@ our $I18N = { 'time.report.hours.label' => { lastUpdated => 0, + message => q|The phrase "Hours", internationalized.|, + }, + + 'time.report.totalHours.label' => { + lastUpdated => 1168112129, message => q|The phrase "Total Hours", internationalized.|, },