diff --git a/static/js/pandora/folders.js b/static/js/pandora/folders.js index 9c7f5abe6..a52005cc8 100644 --- a/static/js/pandora/folders.js +++ b/static/js/pandora/folders.js @@ -153,7 +153,7 @@ pandora.ui.folders = function() { extras = [pandora.$ui.manageListsButton['favorite'] = Ox.Button({ selectable: true, style: 'symbol', - title: Ox._('Edit'), + title: 'Edit', tooltip: Ox._('Manage Favorite {0}', [Ox._(folderItems)]), type: 'image' }) @@ -202,7 +202,7 @@ pandora.ui.folders = function() { extras = [pandora.$ui.manageListsButton['featured'] = Ox.Button({ selectable: true, style: 'symbol', - title: Ox._('Edit'), + title: 'Edit', tooltip: Ox._('Manage Featured {0}', [Ox._(folderItems)]), type: 'image' })