mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	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.
This commit is contained in:
		
							parent
							
								
									047e16f2d1
								
							
						
					
					
						commit
						3f44bf0afa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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_LEFT] = N_("Rear Left"),
 | 
				
			||||||
    [PA_CHANNEL_POSITION_REAR_RIGHT] = N_("Rear Right"),
 | 
					    [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_LEFT_OF_CENTER] = N_("Front Left-of-center"),
 | 
				
			||||||
    [PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER] = N_("Front Right-of-center"),
 | 
					    [PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER] = N_("Front Right-of-center"),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue