Build bundle UI via edit bundle admin console.

This commit is contained in:
Colin Kuskie 2009-05-16 14:42:22 -07:00
parent 6314228b59
commit 61c7c7a46e
2 changed files with 39 additions and 4 deletions

View file

@ -70,6 +70,18 @@ our $I18N = {
context => q|Edit bundle label.|
},
'build this bundle' => {
message => q|Build this bundle|,
lastUpdated => 1242495011,
context => q|Edit bundle label.|
},
'build error' => {
message => q|Problem fetching this URI: %s|,
lastUpdated => 1242495011,
context => q|Edit bundle error label.|
},
};
1;