diff --git a/static/js/pandora/filesView.js b/static/js/pandora/filesView.js index a69f5340..7abff02f 100644 --- a/static/js/pandora/filesView.js +++ b/static/js/pandora/filesView.js @@ -275,7 +275,7 @@ pandora.ui.filesView = function(options, self) { self.$movieLabel = Ox.Label({ textAlign: 'center', - title: 'Move Selected Files to Another Movie', + title: 'Move Selected Files to Another ' + pandora.site.itemName.singular, width: 240 }) .css({margin: '8px'});