X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9bdb2bf12943594e9bcd309ed9c60e44af23dbf0..e9f1c31e51f2c2cb55bb01788242153eee3e7734:/RecordTimer.py diff --git a/RecordTimer.py b/RecordTimer.py index 186b386c..90d1505e 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -157,6 +157,7 @@ class RecordTimerEntry(timer.TimerEntry): Notifications.AddNotificationWithCallback(self.failureCB, MessageBox, _("A timer failed to record!\nDisable TV and try again?\n")) else: # zap without asking self.log(9, "zap without asking") + Notifications.AddNotification(MessageBox, _("In order to record a timer, the TV was switched to the recording service!\n"), type=MessageBox.TYPE_WARNING) self.failureCB(True) self.do_backoff()