X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b58a0fa7cab89937586e2d08d79274fab3f14edc..39627668ca36cecbc78ec5f677061f128957b550:/RecordTimer.py diff --git a/RecordTimer.py b/RecordTimer.py index a380d67c..8689c056 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -215,11 +215,11 @@ class RecordTimerEntry(timer.TimerEntry): if self.afterEvent == AFTEREVENT.STANDBY: global inStandby if not inStandby: - Notifications.AddNotificationWithCallback(self.sendStandbyNotification, MessageBox, _("A record timer want's to set your\nDreambox to standby. Do that now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.sendStandbyNotification, MessageBox, _("A finished record timer wants to set your\nDreambox to standby. Do that now?"), timeout = 20) if self.afterEvent == AFTEREVENT.DEEPSTANDBY: global inTryQuitMainloop if not inTryQuitMainloop: - Notifications.AddNotificationWithCallback(self.sendTryQuitMainloopNotification, MessageBox, _("A record timer want's to shut down\nyour Dreambox. Shutdown now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.sendTryQuitMainloopNotification, MessageBox, _("A finished record timer wants to shut down\nyour Dreambox. Shutdown now?"), timeout = 20) return True def sendStandbyNotification(self, answer):