X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/64527bb84e00d6643e1b1a9e757e0867506c3d74..95660a5ccae9effbbf10a9b5ca4c85d636f8923b:/RecordTimer.py diff --git a/RecordTimer.py b/RecordTimer.py index f4ec9a91..73e7eefe 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -327,7 +327,7 @@ class RecordTimerEntry(timer.TimerEntry, object): # TODO: this has to be done. elif event == iRecordableService.evStart: # maybe this should be configurable? - Notifications.AddPopup(text = _("A record has been started:\n%s") % self.description, type = MessageBox.TYPE_INFO, timeout = 3) + Notifications.AddPopup(text = _("A record has been started:\n%s") % self.name, type = MessageBox.TYPE_INFO, timeout = 3) # we have record_service as property to automatically subscribe to record service events def setRecordService(self, service):