projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6bb7a
)
fix channel position string
author
Lennart Poettering
<lennart@poettering.net>
Wed, 6 Aug 2008 18:16:37 +0000
(20:16 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 6 Aug 2008 18:16:37 +0000
(20:16 +0200)
src/pulse/channelmap.c
patch
|
blob
|
history
diff --git
a/src/pulse/channelmap.c
b/src/pulse/channelmap.c
index 084e75b3574746c0a5cf886f024e2f12edca5402..db0c4b3f2681f708368beb10f27492d5ec437840 100644
(file)
--- 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
l
eft"),
+ [PA_CHANNEL_POSITION_TOP_REAR_LEFT] = N_("Top Rear
L
eft"),
[PA_CHANNEL_POSITION_TOP_REAR_RIGHT] = N_("Top Rear Right")
};