From 907d41642be7b5770ea2fb8582d6b0d85ac35a31 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 10 May 2013 11:59:39 +0000 Subject: [PATCH] typo --- source/Ox.UI/js/Video/VideoPlayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 2a5aff6e..16b5406a 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -1916,7 +1916,7 @@ Ox.VideoPlayer = function(options, self) { var children = $(this).children(), title = children[0].innerHTML, checked = ( - title == Ox.('Subtitles') + title == Ox._('Subtitles') && self.options.enableSubtitles ) || ( isResolution(title)