summaryrefslogtreecommitdiffstats
path: root/src/pulse/channelmap.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-06 20:16:37 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-06 20:16:37 +0200
commit31bfd6a44df010e2d1bbc9854823c1142274e93f (patch)
treef6864a956777b9fdde284b5d18e37f1553400182 /src/pulse/channelmap.c
parentff6bb7acdada86635cb09530d4ba3f4147b008da (diff)
fix channel position string
Diffstat (limited to 'src/pulse/channelmap.c')
-rw-r--r--src/pulse/channelmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/channelmap.c b/src/pulse/channelmap.c
index 084e75b3..db0c4b3f 100644
--- a/src/pulse/channelmap.c
+++ b/src/pulse/channelmap.c
@@ -157,7 +157,7 @@ const char *const pretty_table[PA_CHANNEL_POSITION_MAX] = {
[PA_CHANNEL_POSITION_TOP_FRONT_RIGHT] = N_("Top Front Right"),
[PA_CHANNEL_POSITION_TOP_REAR_CENTER] = N_("Top Rear Center"),
- [PA_CHANNEL_POSITION_TOP_REAR_LEFT] = N_("Top Rear left"),
+ [PA_CHANNEL_POSITION_TOP_REAR_LEFT] = N_("Top Rear Left"),
[PA_CHANNEL_POSITION_TOP_REAR_RIGHT] = N_("Top Rear Right")
};