Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2012-01-13 00:44:53 +0400
committerYann Leboulanger <asterix@lagaule.org>2012-01-13 00:44:53 +0400
commitdd779dfe90a42534b4f7da738f9f926b0edb478c (patch)
tree1efa8b067262e19fb1f0b09b3b729de6a9e345ce /src/features_window.py
parent240158cacaa910da3565544cd8ffff69f0fa868c (diff)
update bonjour for windows string to link to bonjour SDK. Fixes #7072
Diffstat (limited to 'src/features_window.py')
-rw-r--r--src/features_window.py2
1 files changed, 1 insertions, 1 deletions
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.'),