summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-02 23:08:01 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-02 23:08:01 +0100
commit4cf45229bf55344e708fead769f694f13bacf39c (patch)
tree1aa255d4c2bbb4f39c08e0815c35acbc5c272013 /src/lib/util.cc
parent22d8401d9eadb022e40380a324b5871f77a18158 (diff)
Re-allow audio channel 15 to be mapped so that users can add
their own sign language tracks until DoM supports them properly.
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc2
1 files changed, 1 insertions, 1 deletions
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];