fixing undocumented time row template variables
This commit is contained in:
parent
340c195de5
commit
95c11e3ffe
2 changed files with 12 additions and 1 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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.|,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue