From 4cf45229bf55344e708fead769f694f13bacf39c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 2 Nov 2020 23:08:01 +0100 Subject: Re-allow audio channel 15 to be mapped so that users can add their own sign language tracks until DoM supports them properly. --- src/lib/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util.cc') diff --git a/src/lib/util.cc b/src/lib/util.cc index ac868c173..37b03c836 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -592,7 +592,7 @@ short_audio_channel_name (int c) _("DBP"), _("DBS"), "", - "" + _("Sign") }; return channels[c]; -- cgit v1.2.3