fix typo
[enigma2.git] / lib / python / Plugins / SystemPlugins / Satfinder / plugin.py
index 3cf48fb8797b4141e2a8ae180da893edf66227f0..73ecd0fa2408742850e20399c3496a9dd215bffc 100644 (file)
@@ -284,7 +284,7 @@ def SatfinderStart(menuid):
                return []
 
 def Plugins(**kwargs):
-       if (nimmanager.hasNimType("DVB-T")):
+       if (nimmanager.hasNimType("DVB-S")):
                return PluginDescriptor(name=_("Satfinder"), description="Helps setting up your dish", where = PluginDescriptor.WHERE_SETUP, fnc=SatfinderStart)
        else:
                return []