From dd779dfe90a42534b4f7da738f9f926b0edb478c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 12 Jan 2012 21:44:53 +0100 Subject: [PATCH] update bonjour for windows string to link to bonjour SDK. Fixes #7072 --- src/features_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features_window.py b/src/features_window.py index 19681636c..d9aa723e7 100644 --- a/src/features_window.py +++ b/src/features_window.py @@ -54,7 +54,7 @@ class FeaturesWindow: _('Bonjour / Zeroconf'): (self.zeroconf_available, _('Serverless chatting with autodetected clients in a local network.'), _('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, _('A script to control Gajim via commandline.'), _('Requires python-dbus.'),