From 854a3a39d7a112b88b16084157ca9f5773a6c310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Mon, 8 May 2023 13:43:13 +0200 Subject: [PATCH] Remove ambiguous unique character --- mpv/scripts/modern.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv/scripts/modern.lua b/mpv/scripts/modern.lua index 93e5eb7..6f0102a 100644 --- a/mpv/scripts/modern.lua +++ b/mpv/scripts/modern.lua @@ -1260,7 +1260,7 @@ function osc_init() ne.tooltipF = function () local msg = texts.off 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') if not prop then prop = texts.na