Fix attempt to internationalise an empty string causing strange channel names in...
[dcpomatic.git] / 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];