Fix attempt to internationalise an empty string causing strange channel names in...
authorCarl Hetherington <cth@carlh.net>
Sat, 29 Oct 2016 20:52:40 +0000 (21:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 29 Oct 2016 20:52:40 +0000 (21:52 +0100)
src/lib/util.cc

index 38451e9314e9bbd67da2afeb9a226115727ead83..4eba58e0583cd82f7b20c15dd6bed74f3b52b79b 100644 (file)
@@ -533,8 +533,8 @@ short_audio_channel_name (int c)
                _("BsR"),
                _("DBP"),
                _("DBS"),
-               _(""),
-               _("")
+               "",
+               ""
        };
 
        return channels[c];