Reload Metadata -> Update Metadata

This commit is contained in:
rolux 2013-02-23 20:03:22 +05:30
parent 432bcbdfa2
commit f7e0971389

View file

@ -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'})