mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	i18n: Do not translate strings that cannot have any sensible translations.
This commit is contained in:
		
							parent
							
								
									e1a699c394
								
							
						
					
					
						commit
						0e1f1d6444
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -882,7 +882,7 @@ pa_bool_t pa_alsa_init_description(pa_proplist *p) {
 | 
			
		|||
    k = pa_proplist_gets(p, PA_PROP_DEVICE_PROFILE_DESCRIPTION);
 | 
			
		||||
 | 
			
		||||
    if (d && k)
 | 
			
		||||
        pa_proplist_setf(p, PA_PROP_DEVICE_DESCRIPTION, _("%s %s"), d, k);
 | 
			
		||||
        pa_proplist_setf(p, PA_PROP_DEVICE_DESCRIPTION, "%s %s", d, k);
 | 
			
		||||
    else if (d)
 | 
			
		||||
        pa_proplist_sets(p, PA_PROP_DEVICE_DESCRIPTION, d);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue