added missing docs for new workflow activity

This commit is contained in:
Colin Kuskie 2006-11-06 19:04:52 +00:00
parent c3a2e71cd1
commit a7f5942e56
2 changed files with 30 additions and 1 deletions

View file

@ -4,8 +4,14 @@ our $I18N = {
'activityName' => {
message => q|Delete Exported Files|,
context => q|The name of this workflow activity.|,
lastUpdated => 1162238122,
lastUpdated => 1162839802,
},
'delete exported files body' => {
message => q|<p>Deletes an asset's exported files.</p>|,
lastUpdated => 1162839804,
},
};
1;