This commit is contained in:
rlx 2016-01-21 19:09:55 +05:30
parent cbadc5ed89
commit 5a72bf2d48
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ pandora.ui.folders = function(section) {
extras = [infoButton(
Ox._('Personal ' + folderItems),
section == 'items'
? 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 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 {