Mention bluetooth-sendto in dependency manager (bug 892)

This commit is contained in:
Ville-Pekka Vainio 2010-02-24 12:24:57 +02:00 committed by Thomas Perl
parent 753554219c
commit b426d8c917
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ dependency_manager = DependencyManager()
# Register non-module-specific dependencies here
dependency_manager.depend_on(_('Bluetooth file transfer'), _('Send podcast episodes to Bluetooth devices. Needs Python Bluez bindings.'), ['bluetooth'], ['bluetooth-sendto'])
dependency_manager.depend_on(_('Bluetooth file transfer'), _('Send podcast episodes to Bluetooth devices. Needs the bluetooth-sendto command from gnome-bluetooth.'), ['bluetooth'], ['bluetooth-sendto'])
dependency_manager.depend_on(_('HTML episode shownotes'), _('Display episode shownotes in HTML format using GTKHTML2.'), ['gtkhtml2'], [])