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); $('<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'})