Add Promote and Demote helpers.

This commit is contained in:
Colin Kuskie 2009-11-27 10:29:49 -08:00
parent 39ffaba487
commit 7d9ee7b0a6
5 changed files with 330 additions and 0 deletions

View file

@ -1394,6 +1394,30 @@ Couldn't open %-s because %-s <br />
context => q{%s will be replaced by the title of the asset.},
},
'promoted asset' => {
message => q{Asset %s was promoted.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'unable to promote asset' => {
message => q{Unable to promote asset %s.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'demoted asset' => {
message => q{Asset %s was demoted.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
'unable to demote asset' => {
message => q{Unable to demote asset %s.},
lastUpdated => 0,
context => q{%s will be replaced by the title of the asset.},
},
};
1;