[Sergey Khlutchin] show translated subscription in tooltip. Fixes #2077
This commit is contained in:
		
							parent
							
								
									fa21d11bfe
								
							
						
					
					
						commit
						2c534b32d6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -511,7 +511,7 @@ class RosterTooltip(NotificationAreaTooltip):
 | 
			
		|||
												prim_contact.get_shown_name())))
 | 
			
		||||
		if prim_contact.sub:
 | 
			
		||||
			properties.append(( _('Subscription: '), 
 | 
			
		||||
				gtkgui_helpers.escape_for_pango_markup(prim_contact.sub)))
 | 
			
		||||
				gtkgui_helpers.escape_for_pango_markup(helpers.get_uf_sub(prim_contact.sub))))
 | 
			
		||||
		if prim_contact.keyID:
 | 
			
		||||
			keyID = None
 | 
			
		||||
			if len(prim_contact.keyID) == 8:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue