Fixed i18n inside templates. Fixed URL of folder to match asset

This commit is contained in:
khenn 2010-08-10 20:14:27 -05:00
parent 21f23bf448
commit 91d4aa3059
3 changed files with 10 additions and 2 deletions

Binary file not shown.

View file

@ -55,13 +55,21 @@ our $I18N = {
lastUpdated => 0,
context => q|Description of the asset_loop tmpl_loop for the template help.|
},
'asset_info' => {
message => q|General Asset information returned for the asset. See WebGUI Asset Template Help for more details.|,
lastUpdated => 0,
context => q|Description of the asset_loop tmpl_loop for the template help.|
},
'creation_date' => {
message => q{Creation Date},
lastUpdate => 1226174619,
context => q{Label for Creation Date inside template},
},
'created_by' => {
message => q{Created By},
lastUpdate => 1226174619,
context => q{Label for Created By inside template},
},
};