X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FTaskView.py;h=dafc26369374af89f9ccef5017b0abacf87be832;hp=5dd744fac69e9c96bc3917bdbbb84798041ec2c2;hb=993ff2fb9432e8e0edf3a3cf341c5f343461ccf6;hpb=388dcd814d4e99720cb9a6c769611be4951e4ad4 diff --git a/lib/python/Screens/TaskView.py b/lib/python/Screens/TaskView.py old mode 100644 new mode 100755 index 5dd744f..dafc263 --- a/lib/python/Screens/TaskView.py +++ b/lib/python/Screens/TaskView.py @@ -126,10 +126,10 @@ class JobView(InfoBarNotifications, Screen, ConfigListScreen): from Screens.MessageBox import MessageBox if self.settings.afterEvent.getValue() == "deepstandby": if not Screens.Standby.inTryQuitMainloop: - Notifications.AddNotificationWithCallback(self.sendTryQuitMainloopNotification, MessageBox, _("A sleep timer wants to shut down\nyour Dreambox. Shutdown now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.sendTryQuitMainloopNotification, MessageBox, _("A sleep timer wants to shut down\nyour STB. Shutdown now?"), timeout = 20) elif self.settings.afterEvent.getValue() == "standby": if not Screens.Standby.inStandby: - Notifications.AddNotificationWithCallback(self.sendStandbyNotification, MessageBox, _("A sleep timer wants to set your\nDreambox to standby. Do that now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.sendStandbyNotification, MessageBox, _("A sleep timer wants to set your\nSTB to standby. Do that now?"), timeout = 20) def checkNotifications(self): InfoBarNotifications.checkNotifications(self)