From c2502ea9d3d2886882e8fd27912e416bfc933567 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 1 Nov 2006 08:34:11 +0000 Subject: make "Satfinder" and "Positioner setup" translatable --- lib/python/Plugins/SystemPlugins/Satfinder/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Plugins/SystemPlugins/Satfinder/plugin.py') diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py index ac95b285..6325a82f 100644 --- a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py +++ b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py @@ -279,9 +279,9 @@ def SatfinderMain(session, **kwargs): def SatfinderStart(menuid): if menuid == "scan": - return [("Satfinder", SatfinderMain)] + return [(_("Satfinder"), SatfinderMain)] else: return [] def Plugins(**kwargs): - return PluginDescriptor(name="Satfinder", description="Helps setting up your dish", where = PluginDescriptor.WHERE_SETUP, fnc=SatfinderStart) + return PluginDescriptor(name=_("Satfinder"), description="Helps setting up your dish", where = PluginDescriptor.WHERE_SETUP, fnc=SatfinderStart) -- cgit v1.2.3