aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-07 01:30:15 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-07 01:30:15 +0000
commitd26553091d5fb6519f73ff4bedb82bb5d34336f1 (patch)
tree977f61589e2c27b97947331193721a9ea56a29f1 /RecordTimer.py
parentb58a0fa7cab89937586e2d08d79274fab3f14edc (diff)
downloadenigma2-d26553091d5fb6519f73ff4bedb82bb5d34336f1.tar.gz
enigma2-d26553091d5fb6519f73ff4bedb82bb5d34336f1.zip
fix text
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/RecordTimer.py b/RecordTimer.py
index a380d67c..21dc77c5 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 want's 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 want's to shut down\nyour Dreambox. Shutdown now?"), timeout = 20)
return True
def sendStandbyNotification(self, answer):