diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 523706dec..0b300147d 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -515,7 +515,8 @@ short_audio_channel_name (int c) /// TRANSLATORS: these are short names of audio channels; Lfe is the low-frequency /// enhancement channel (sub-woofer). HI is the hearing-impaired audio track and - /// VI is the visually-impaired audio track (audio describe). + /// VI is the visually-impaired audio track (audio describe). DBP is the D-BOX + /// primary channel and DBS is the D-BOX secondary channel. string const channels[] = { _("L"), _("R"), |
