Add copy with descendants.

This commit is contained in:
Colin Kuskie 2009-11-27 09:46:14 -08:00
parent 2ea377b87d
commit 39ffaba487
4 changed files with 143 additions and 2 deletions

View file

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