forked from 0x2620/pandora
fix text panel button tooltip text
This commit is contained in:
parent
138f5913ad
commit
ff3d2f6df4
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ pandora.ui.textPanel = function() {
|
||||||
$nextButton = Ox.Button({
|
$nextButton = Ox.Button({
|
||||||
disabled: embedURLs.length < 2,
|
disabled: embedURLs.length < 2,
|
||||||
title: 'arrowRight',
|
title: 'arrowRight',
|
||||||
tooltip: Ox._('Next Clip'),
|
tooltip: Ox._('Next Reference'),
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
|
@ -80,7 +80,7 @@ pandora.ui.textPanel = function() {
|
||||||
$previousButton = Ox.Button({
|
$previousButton = Ox.Button({
|
||||||
disabled: embedURLs.length < 2,
|
disabled: embedURLs.length < 2,
|
||||||
title: 'arrowLeft',
|
title: 'arrowLeft',
|
||||||
tooltip: Ox._('Previous Clip'),
|
tooltip: Ox._('Previous Reference'),
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
|
|
Loading…
Reference in a new issue