summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 2e4671251..9a7794ce8 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -917,12 +917,12 @@ audio_channel_name (int c)
enhancement channel (sub-woofer)./
*/
string const channels[] = {
- "Left",
- "Right",
- "Centre",
- "Lfe (sub)",
- "Left surround",
- "Right surround",
+ _("Left"),
+ _("Right"),
+ _("Centre"),
+ _("Lfe (sub)"),
+ _("Left surround"),
+ _("Right surround"),
};
return channels[c];