video player: update previous/next buttons

This commit is contained in:
rlx 2013-07-18 14:40:43 +00:00
parent 594a42fb11
commit f8816e7522

View file

@ -730,7 +730,7 @@ Ox.VideoPlayer = function(options, self) {
self.$nextChapterButton = Ox.Button({ self.$nextChapterButton = Ox.Button({
style: 'video', style: 'video',
title: 'arrowRight', title: 'playNext',
tooltip: Ox._('Next'), tooltip: Ox._('Next'),
type: 'image' type: 'image'
}) })
@ -853,7 +853,7 @@ Ox.VideoPlayer = function(options, self) {
self.$previousChapterButton = Ox.Button({ self.$previousChapterButton = Ox.Button({
style: 'video', style: 'video',
title: 'arrowLeft', title: 'playPrevious',
tooltip: Ox._('Previous'), tooltip: Ox._('Previous'),
type: 'image' type: 'image'
}) })