fix typo
This commit is contained in:
parent
cb4153a4a3
commit
6ec6ec4396
|
@ -296,8 +296,8 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
|
||||||
self.dispatch('STATUS', 'offline')
|
self.dispatch('STATUS', 'offline')
|
||||||
self.status = 'offline'
|
self.status = 'offline'
|
||||||
self.dispatch('CONNECTION_LOST',
|
self.dispatch('CONNECTION_LOST',
|
||||||
(_('Could not connect "%s"') % self.name,
|
(_('Could not connect to "%s"') % self.name,
|
||||||
_('Please check if avahi is installed.')))
|
_('Please check if Avahi is installed.')))
|
||||||
return
|
return
|
||||||
|
|
||||||
# 'connect'
|
# 'connect'
|
||||||
|
|
Loading…
Reference in New Issue