From 38e75d90eb73b4b6ac28d1b7c68a0bc086afdcff Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 15 Sep 2012 00:04:42 +0200 Subject: [PATCH] change capitalization of text in files view --- static/js/pandora/filesView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/pandora/filesView.js b/static/js/pandora/filesView.js index 4619b7c5..831dc203 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'});