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