Update dependency in features window

gir1.2-gupnpigd-1.0 is the correct python3/GTK3 dependency on Debian
This commit is contained in:
Philipp Hörist 2017-04-30 18:43:06 +02:00
parent 89f1e9820d
commit d06ba96a89
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class FeaturesWindow:
_('Feature not available under Windows.')),
_('UPnP-IGD'): (self.gupnp_igd_available,
_('Ability to request your router to forward port for file transfer.'),
_('Requires python-gupnp-igd.'),
_('Requires gir1.2-gupnpigd-1.0.'),
_('Feature not available under Windows.')),
_('UPower'): (self.upower_available,
_('Ability to disconnect properly just before suspending the machine.'),