WBGP indent processTemplate. i18n an error message

This commit is contained in:
Colin Kuskie 2008-09-16 19:36:12 +00:00
parent bcc66cb6cb
commit b39624d31d
2 changed files with 24 additions and 16 deletions

View file

@ -1103,6 +1103,12 @@ Couldn't open %-s because %-s <br />
context => q{Label for the menu to show actions to perform on an asset},
},
'Error: Cannot instantiate template' => {
message => q{Error: Cannot instantiate template},
lastUpdated => 1221593874,
context => q{Error message in Asset.pm},
},
};
1;