From 60c1ecf3992268335a3e9c9b108f16758351b9ec Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 22 Mar 2012 21:19:37 +0100 Subject: [PATCH] item ittle --- 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 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'});