wrap more strings

This commit is contained in:
j 2014-02-13 16:24:52 +00:00
commit cd0284a15c
10 changed files with 18 additions and 18 deletions

View file

@ -8,7 +8,7 @@ pandora.ui.titlesDialog = function() {
$findInput = Ox.Input({
changeOnKeypress: true,
clear: true,
placeholder: 'Find',
placeholder: Ox._('Find'),
width: 192
})
.css({float: 'right', margin: '4px'})