forked from 0x2620/pandora
dont localize symbol button titles, they are used for the images
This commit is contained in:
parent
262402305a
commit
5d6593cfde
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ pandora.ui.folders = function() {
|
||||||
extras = [pandora.$ui.manageListsButton['favorite'] = Ox.Button({
|
extras = [pandora.$ui.manageListsButton['favorite'] = Ox.Button({
|
||||||
selectable: true,
|
selectable: true,
|
||||||
style: 'symbol',
|
style: 'symbol',
|
||||||
title: Ox._('Edit'),
|
title: 'Edit',
|
||||||
tooltip: Ox._('Manage Favorite {0}', [Ox._(folderItems)]),
|
tooltip: Ox._('Manage Favorite {0}', [Ox._(folderItems)]),
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
|
@ -202,7 +202,7 @@ pandora.ui.folders = function() {
|
||||||
extras = [pandora.$ui.manageListsButton['featured'] = Ox.Button({
|
extras = [pandora.$ui.manageListsButton['featured'] = Ox.Button({
|
||||||
selectable: true,
|
selectable: true,
|
||||||
style: 'symbol',
|
style: 'symbol',
|
||||||
title: Ox._('Edit'),
|
title: 'Edit',
|
||||||
tooltip: Ox._('Manage Featured {0}', [Ox._(folderItems)]),
|
tooltip: Ox._('Manage Featured {0}', [Ox._(folderItems)]),
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue