forked from 0x2620/pandora
change capitalization of text in files view
This commit is contained in:
parent
7b22bba4e7
commit
38e75d90eb
1 changed files with 2 additions and 1 deletions
|
@ -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'});
|
||||
|
|
Loading…
Reference in a new issue