aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2007-01-07 01:47:30 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2007-01-07 01:47:30 +0000
commitdc1e6fcd9c08ddbc1d224710651826cd682ed63e (patch)
tree62b32ca63258736a25562684f2cb7e4cbc841d44 /RecordTimer.py
parentd26553091d5fb6519f73ff4bedb82bb5d34336f1 (diff)
downloadenigma2-dc1e6fcd9c08ddbc1d224710651826cd682ed63e.tar.gz
enigma2-dc1e6fcd9c08ddbc1d224710651826cd682ed63e.zip
fix typos
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 21dc77c5..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 finished 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 finished 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):