This commit is contained in:
j 2013-05-10 11:59:39 +00:00
parent 535c04d386
commit 907d41642b

View file

@ -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)