update bonjour for windows string to link to bonjour SDK. Fixes #7072
This commit is contained in:
parent
240158caca
commit
dd779dfe90
|
@ -54,7 +54,7 @@ class FeaturesWindow:
|
||||||
_('Bonjour / Zeroconf'): (self.zeroconf_available,
|
_('Bonjour / Zeroconf'): (self.zeroconf_available,
|
||||||
_('Serverless chatting with autodetected clients in a local network.'),
|
_('Serverless chatting with autodetected clients in a local network.'),
|
||||||
_('Requires python-avahi.'),
|
_('Requires python-avahi.'),
|
||||||
_('Requires pybonjour (http://o2s.csail.mit.edu/o2s-wiki/pybonjour).')),
|
_('Requires pybonjour and bonjour SDK running (http://developer.apple.com/opensource/).')),
|
||||||
_('Command line'): (self.dbus_available,
|
_('Command line'): (self.dbus_available,
|
||||||
_('A script to control Gajim via commandline.'),
|
_('A script to control Gajim via commandline.'),
|
||||||
_('Requires python-dbus.'),
|
_('Requires python-dbus.'),
|
||||||
|
|
Loading…
Reference in New Issue