From e5c8ba1200c711cd23bace66954f309e09182ef7 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
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 19681636c1..d9aa723e72 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.'),
-- 
GitLab