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:
parent
76e4b99eb5
commit
9cafcf3a61
2 changed files with 24 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue