From 649cdbd792de8d3896296fc1f1594677ac418bba Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 23 Dec 2014 14:52:19 +0000 Subject: [PATCH] wording --- static/js/folders.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/folders.js b/static/js/folders.js index 64c16f8d..13f853de 100644 --- a/static/js/folders.js +++ b/static/js/folders.js @@ -33,8 +33,8 @@ pandora.ui.folders = function(section) { if (pandora.user.level == 'guest') { extras = [ 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 {0} please sign up or sign in.', [section])) + 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])) ]; } else { if (section == 'items') { @@ -186,7 +186,7 @@ pandora.ui.folders = function(section) { } else if (folder.id == 'favorite') { if (pandora.user.level == 'guest') { 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 { extras = [pandora.$ui.manageListsButton['favorite'] = Ox.Button({ selectable: true,