help for Time Tracker add/edit screen

This commit is contained in:
Colin Kuskie 2006-06-22 22:46:49 +00:00
parent 23e31ab52a
commit 0e7f81fd4a
2 changed files with 52 additions and 1 deletions

View file

@ -244,7 +244,18 @@ our $I18N = {
'edit project resource label' => {
lastUpdated => 0,
message => 'Project Resource'
}
},
'timetracking add/edit title' => {
lastUpdated => 0,
message => 'Add/Edit Time Tracking'
},
'timetracking add/edit body' => {
lastUpdated => 0,
message => 'The Time Tracking Asset lets you define a set of tasks and then to track how well they are accomplished against an original estimate for the task.'
},
};