diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-21 16:19:40 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-04-02 14:38:01 +0200 |
commit | 791abfd6bff837df9d4bc884d232de22897824ab (patch) | |
tree | f2ba46a5b5be66b200ca386ef3d88e1a1d98860a | |
parent | a6593963798ac9d7f3a41e8582c2ecd77f4151dd (diff) |
channelmap: Use "Subwoofer" as pretty name for LFE
The pretty name is suspposed to be understandable by non-technical
folks, and they are generally more used to the term "Subwoofer" than
"Low Frequency Emitter", so let's change the name here.
-rw-r--r-- | src/pulse/channelmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/channelmap.c b/src/pulse/channelmap.c index 9b5162628..83fdb4371 100644 --- a/src/pulse/channelmap.c +++ b/src/pulse/channelmap.c @@ -112,7 +112,7 @@ const char *const pretty_table[PA_CHANNEL_POSITION_MAX] = { [PA_CHANNEL_POSITION_REAR_LEFT] = N_("Rear Left"), [PA_CHANNEL_POSITION_REAR_RIGHT] = N_("Rear Right"), - [PA_CHANNEL_POSITION_LFE] = N_("Low Frequency Emmiter"), + [PA_CHANNEL_POSITION_LFE] = N_("Subwoofer"), [PA_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER] = N_("Front Left-of-center"), [PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER] = N_("Front Right-of-center"), |