forked from 0x2620/pandora
don't localize icon name
This commit is contained in:
parent
051bc140e8
commit
2d4b11f23a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ pandora.ui.sortElement = function(isNavigationView) {
|
|||
.bindEvent('pandora_' + sortKey.toLowerCase(), updateElement);
|
||||
|
||||
function getButtonTitle() {
|
||||
return Ox._(pandora.user.ui[sortKey][0].operator == '+' ? 'up' : 'down');
|
||||
return pandora.user.ui[sortKey][0].operator == '+' ? 'up' : 'down';
|
||||
}
|
||||
|
||||
function getButtonTooltip() {
|
||||
|
|
Loading…
Reference in a new issue