Coding style.
This commit is contained in:
		
							parent
							
								
									0cc5b4c377
								
							
						
					
					
						commit
						ad5248f3dc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1421,8 +1421,8 @@ class ChatControl(ChatControlBase):
 | 
			
		|||
		else:
 | 
			
		||||
			authenticated_string = ''
 | 
			
		||||
 | 
			
		||||
		tooltip = ('%s Encryption %s active%s. \n' + \
 | 
			
		||||
			'Your chat session %s be logged.') % \
 | 
			
		||||
		tooltip = '%s Encryption %s active%s.\n' \
 | 
			
		||||
			'Your chat session %s be logged.' % \
 | 
			
		||||
			(enc_type, status_string, authenticated_string, 
 | 
			
		||||
			logged_string)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue