Reload Metadata -> Update Metadata
This commit is contained in:
parent
432bcbdfa2
commit
f7e0971389
1 changed files with 2 additions and 2 deletions
|
@ -451,8 +451,8 @@ pandora.ui.infoView = function(data) {
|
|||
$('<div>').css({height: '16px'}).appendTo($text);
|
||||
|
||||
if (canEdit && !isEditable) {
|
||||
$reloadButton = Ox.Button({
|
||||
title: 'Reload Metadata',
|
||||
$updateButton = Ox.Button({
|
||||
title: 'Update Metadata...',
|
||||
width: 128
|
||||
})
|
||||
.css({marginBottom: '4px'})
|
||||
|
|
Loading…
Reference in a new issue