UI improvements.

Show build label in list of bundles if lastModified > lastBuild.
Display label "Not yet" if bundle has never been modified, or built.
This commit is contained in:
Colin Kuskie 2009-05-16 16:17:43 -07:00
parent 76e4b99eb5
commit 9cafcf3a61
2 changed files with 24 additions and 2 deletions

View file

@ -76,12 +76,24 @@ our $I18N = {
context => q|Edit bundle label.|
},
'build' => {
message => q|Build|,
lastUpdated => 1242495011,
context => q|List bundles label. Meaning to construct. The short version of Build this bundle.|
},
'build error' => {
message => q|Problem fetching this URI: %s|,
lastUpdated => 1242495011,
context => q|Edit bundle error label.|
},
'not yet' => {
message => q|Not yet|,
lastUpdated => 1242515308,
context => q|Meaning that something has not been done at this time. Before the first time.|
},
};
1;