dont localize symbol button titles, they are used for the images

This commit is contained in:
j 2013-07-14 21:20:39 +00:00
parent 262402305a
commit 5d6593cfde

View file

@ -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'
})