add #455: Featured page in wiki

This commit is contained in:
Doug Bell 2009-09-10 15:57:59 -05:00
parent cf9df28ddd
commit 6da85b89a7
8 changed files with 152 additions and 0 deletions

View file

@ -303,6 +303,13 @@ our $I18N =
lastUpdated => 0,
context => 'Body text for help page',
},
'isFeatured label' => {
message => q{Feature this on the front page},
lastUpdated => 0,
context => 'Label for asset property',
},
};
1;