default asset helpers are now i18ned

This commit is contained in:
Doug Bell 2011-04-20 19:08:56 -05:00
parent cd15d36ce4
commit 54b8cfc5a9
2 changed files with 25 additions and 12 deletions

View file

@ -1475,6 +1475,17 @@ Couldn't open %-s because %-s <br />
context => q{Label for list of asset's revisions},
},
'copy branch' => {
message => q{Copy Branch},
lastUpdated => 0,
context => q{Label for asset helper},
},
'export as html' => {
message => q{Export As HTML},
lastUpdated => 0,
context => q{Label for asset helper},
},
};
1;