Skip to content
Snippets Groups Projects
Commit 6ec6ec43 authored by sb's avatar sb
Browse files

fix typo

parent cb4153a4
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment