This commit is contained in:
rolux 2014-12-23 14:52:19 +00:00
parent 139a5e3722
commit 649cdbd792

View file

@ -33,8 +33,8 @@ pandora.ui.folders = function(section) {
if (pandora.user.level == 'guest') { if (pandora.user.level == 'guest') {
extras = [ extras = [
infoButton(Ox._('Personal ' + folderItems), infoButton(Ox._('Personal ' + folderItems),
Ox._('To create and share your own list of {0} please sign up or sign in.', [Ox._(pandora.site.itemName.plural.toLowerCase())]), Ox._('To create and share your own lists of {0}, please sign up or sign in.', [Ox._(pandora.site.itemName.plural.toLowerCase())]),
Ox._('To create and share your own {0} please sign up or sign in.', [section])) Ox._('To create and share your own {0}, please sign up or sign in.', [section]))
]; ];
} else { } else {
if (section == 'items') { if (section == 'items') {
@ -186,7 +186,7 @@ pandora.ui.folders = function(section) {
} else if (folder.id == 'favorite') { } else if (folder.id == 'favorite') {
if (pandora.user.level == 'guest') { if (pandora.user.level == 'guest') {
extras = [infoButton(Ox._('Favorite ' + folderItems), extras = [infoButton(Ox._('Favorite ' + folderItems),
Ox._('To browse and subscribe to shared {0} from other users, please sign up or sign in.', [Ox._(folderItems.toLowerCase())]))]; Ox._('To browse and subscribe to {0} shared by other users, please sign up or sign in.', [Ox._(folderItems.toLowerCase())]))];
} else { } else {
extras = [pandora.$ui.manageListsButton['favorite'] = Ox.Button({ extras = [pandora.$ui.manageListsButton['favorite'] = Ox.Button({
selectable: true, selectable: true,