change capitalization of text in files view

This commit is contained in:
rolux 2012-09-15 00:04:42 +02:00
parent 7b22bba4e7
commit 38e75d90eb

View file

@ -275,7 +275,8 @@ pandora.ui.filesView = function(options, self) {
self.$movieLabel = Ox.Label({ self.$movieLabel = Ox.Label({
textAlign: 'center', 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 width: 240
}) })
.css({margin: '8px'}); .css({margin: '8px'});