You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.session.open(MessageBox, _("A background update check is in progress, please wait a few minutes and try again."), type=MessageBox.TYPE_INFO, timeout=10, close_on_any_key=True)
286
286
self.resetEHD()
287
287
elifnotstr:
288
-
self.feedscheck=self.session.open(MessageBox, _('Please wait whilst feeds state is checked.'), MessageBox.TYPE_INFO, enable_input=False)
289
-
self.feedscheck.setTitle(_('Checking Feeds'))
288
+
self.feedscheck=self.session.open(MessageBox, _('Please wait whilst feeds state is checked.'), MessageBox.TYPE_INFO, enable_input=False, windowTitle=_("Checking Feeds"))
list.append(getConfigListEntry(tab+_("Show in Channel selection?"), config.usage.use_pig, _("Setting is the same as\n'") +_("Channel list show MiniTV*") +_("'\nin the\n'") +_("Channel selection settings") +"'.", "ENABLED"))
587
-
#list.append(getConfigListEntry(tab + _("Show in graphical EPG?"), config.epgselection.graph_pig, _("Setting is the same as\n'") + _("Picture in graphics") + _("'\nin the\n'") + _("GraphicalEPG settings") + "'."))
584
+
#list.append(getConfigListEntry(tab + _("Show in graphical EPG?"), config.epgselection.graph_pig, _("Setting is the same as\n'") + _("Picture in graphics") + _("'\nin the\n'") + _("GraphicalEPG settings") + "'."))
588
585
list.append(getConfigListEntry(tab+_("Show in Movie Center?"), config.plugins.MyMetrixLiteOther.movielist_pig, _("helptext"), "ENABLED"))
589
586
list.append(getConfigListEntry(tab+_("Show in EMC?"), config.plugins.MyMetrixLiteOther.emc_pig, _("helptext"), "ENABLED"))
0 commit comments