From 536ff2c40a638add18e65bae6198e0aa5ede7c9d Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 8 Feb 2013 22:29:48 +0530 Subject: [PATCH] update button text --- static/js/pandora/filesView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/filesView.js b/static/js/pandora/filesView.js index 6e76e772..8b866c01 100644 --- a/static/js/pandora/filesView.js +++ b/static/js/pandora/filesView.js @@ -461,7 +461,7 @@ pandora.ui.filesView = function(options, self) { data[key] = self['$' + key + 'Input'].value(); }); self.$moveButton.options( - {disabled: true, title: 'Moving Files'} + {disabled: true, title: 'Moving Files...'} ); pandora.api.moveFiles(data, function(result) { if (