Add a progress bar for reordering rank in the Asset Manager.
This commit is contained in:
parent
385e3ee259
commit
35749ff8c6
4 changed files with 87 additions and 15 deletions
|
|
@ -232,6 +232,30 @@ our $I18N = {
|
|||
context => q|Used in asset context menus.|,
|
||||
},
|
||||
|
||||
'Set Rank' => {
|
||||
message => q|Set Rank|,
|
||||
lastUpdated => 0,
|
||||
context => q|Set, to assign. Rank, meaning order.|,
|
||||
},
|
||||
|
||||
'moving %s aside' => {
|
||||
message => q|moving %s aside|,
|
||||
lastUpdated => 0,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
'moving %s back' => {
|
||||
message => q|moving %s back|,
|
||||
lastUpdated => 0,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
'moving %s' => {
|
||||
message => q|moving %s|,
|
||||
lastUpdated => 0,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
'swap first' => {
|
||||
message => q|swap first|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue