Remove ambiguous unique character
This commit is contained in:
parent
854a3a39d7
commit
f60b2f6091
|
@ -1290,7 +1290,7 @@ function osc_init()
|
||||||
ne.tooltipF = function ()
|
ne.tooltipF = function ()
|
||||||
local msg = texts.off
|
local msg = texts.off
|
||||||
if not (get_track('sub') == 0) then
|
if not (get_track('sub') == 0) then
|
||||||
msg = (texts.subtitle .. ' [' .. get_track('sub') .. ' ∕ ' .. #tracks_osc.sub .. '] ')
|
msg = (texts.subtitle .. ' [' .. get_track('sub') .. ' / ' .. #tracks_osc.sub .. '] ')
|
||||||
local prop = mp.get_property('current-tracks/sub/lang')
|
local prop = mp.get_property('current-tracks/sub/lang')
|
||||||
if not prop then
|
if not prop then
|
||||||
prop = texts.na
|
prop = texts.na
|
||||||
|
|
Loading…
Reference in New Issue