Add Copy with children Asset Helper

This commit is contained in:
Colin Kuskie 2009-11-27 09:37:56 -08:00
parent 9eadb2642a
commit 80a6b90353
4 changed files with 146 additions and 2 deletions

View file

@ -1382,6 +1382,12 @@ Couldn't open %-s because %-s <br />
context => q{%s will be replaced by the title of the asset.},
},
'copied asset with children' => {
message => q{Asset %s was copied to the clipboard with its children.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
};
1;