Remove ambiguous unique character

This commit is contained in:
Thomas Avé 2023-05-08 13:43:13 +02:00
parent c02ae7cc40
commit 854a3a39d7
1 changed files with 1 additions and 1 deletions

View File

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