symbol title should be lower case

This commit is contained in:
j 2013-07-14 21:36:04 +00:00
parent 5d6593cfde
commit c6cab8334c

View file

@ -153,7 +153,7 @@ pandora.ui.folders = function() {
extras = [pandora.$ui.manageListsButton['favorite'] = Ox.Button({
selectable: true,
style: 'symbol',
title: '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: 'Edit',
title: 'edit',
tooltip: Ox._('Manage Featured {0}', [Ox._(folderItems)]),
type: 'image'
})