fix typo
This commit is contained in:
		
							parent
							
								
									cb4153a4a3
								
							
						
					
					
						commit
						6ec6ec4396
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -296,8 +296,8 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
 | 
			
		|||
			self.dispatch('STATUS', 'offline')
 | 
			
		||||
			self.status = 'offline'
 | 
			
		||||
			self.dispatch('CONNECTION_LOST',
 | 
			
		||||
				(_('Could not connect "%s"') % self.name,
 | 
			
		||||
				_('Please check if avahi is installed.')))
 | 
			
		||||
				(_('Could not connect to "%s"') % self.name,
 | 
			
		||||
				_('Please check if Avahi is installed.')))
 | 
			
		||||
			return
 | 
			
		||||
 | 
			
		||||
		# 'connect'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue