diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-28 01:23:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-28 01:23:22 +0100 |
| commit | f1e45902ae09349be8b939ba0bc6765ddf8535e5 (patch) | |
| tree | 3dcd54994a34260289ff3833d6bfda6ccccce737 /src/lib | |
| parent | c3433d59c0d320f0451df18c9cb06bfd5fff40b0 (diff) | |
Fix typo (thanks Rob).
Diffstat (limited to 'src/lib')
| -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 71b48a520..523706dec 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -530,7 +530,7 @@ short_audio_channel_name (int c) _("BsL"), _("BsR"), _("DBP"), - _("DBPS"), + _("DBS"), _(""), _("") }; |
