]> code.delx.au - pulseaudio/commitdiff
channelmap: Use "Subwoofer" as pretty name for LFE
authorLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2010 15:19:40 +0000 (16:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 21 Feb 2010 16:48:36 +0000 (17:48 +0100)
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.

src/pulse/channelmap.c

index 9b5162628c6689db47b2a90fa0e703b1aa4236c9..83fdb43719c119d7b48ad6d4e3121b5414850518 100644 (file)
@@ -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"),