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