Fix copy/paste error in the TimeTracker i18n. fixes bug #10857
This commit is contained in:
parent
2f3b8b8037
commit
128d2b0014
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.7.19
|
||||
- fixed #10857: Wrong entry i18n: Asset_TimeTracking.pm
|
||||
- fixed #10839: Ad Sales: Uploaded Images Disappear
|
||||
- fixed #10851: Search Template Pagination
|
||||
- fixed #10850: Unable to check out with Sales Ad asset
|
||||
|
|
|
|||
|
|
@ -355,8 +355,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'time.save.label' => {
|
||||
lastUpdated => 0,
|
||||
message => q|The phrase "Add Row", internationalized.|
|
||||
lastUpdated => 1251518492,
|
||||
message => q|The word "Save", internationalized.|
|
||||
},
|
||||
|
||||
'time.report.complete.label' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue