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);
|
$('<div>').css({height: '16px'}).appendTo($text);
|
||||||
|
|
||||||
if (canEdit && !isEditable) {
|
if (canEdit && !isEditable) {
|
||||||
$reloadButton = Ox.Button({
|
$updateButton = Ox.Button({
|
||||||
title: 'Reload Metadata',
|
title: 'Update Metadata...',
|
||||||
width: 128
|
width: 128
|
||||||
})
|
})
|
||||||
.css({marginBottom: '4px'})
|
.css({marginBottom: '4px'})
|
||||||
|
|
Loading…
Reference in a new issue