diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-13 17:55:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-13 17:55:09 +0200 |
| commit | 4fefa7103dc345e0fcff684caff2cf4eb0b2d463 (patch) | |
| tree | 89165b4c8a1b2cd0932b9adf6721f728933d36a3 | |
| parent | 5d838bc863a7569e68546026c109607fd5a94362 (diff) | |
Add label for sign language track.
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index a3c8c5082..2d2a63c35 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -597,7 +597,7 @@ short_audio_channel_name (int c) _("BsR"), _("DBP"), _("DBS"), - "", + _("Sign"), "" }; |
