wrap more strings
This commit is contained in:
parent
5905e339e3
commit
e8e4639dce
15 changed files with 61 additions and 64 deletions
|
|
@ -129,7 +129,7 @@ pandora.ui.folderBrowserList = function(id, section) {
|
|||
tooltip: function(data) {
|
||||
var checked = id == 'favorite' ? data.subscribed : data.status == 'featured';
|
||||
return Ox._((checked ? 'Remove from' : 'Add to')
|
||||
+ ' ' + Ox.toTitleCase(id) + ' ' + folderItems);
|
||||
+ ' {0} {1}', [Ox._(Ox.toTitleCase(id)), Ox._(folderItems)]);
|
||||
},
|
||||
visible: true,
|
||||
width: 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue