From dc1e6fcd9c08ddbc1d224710651826cd682ed63e Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sun, 7 Jan 2007 01:47:30 +0000 Subject: fix typos --- SleepTimer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SleepTimer.py') diff --git a/SleepTimer.py b/SleepTimer.py index 82acc124..e53122d8 100644 --- a/SleepTimer.py +++ b/SleepTimer.py @@ -23,13 +23,13 @@ class SleepTimerEntry(timer.TimerEntry): if config.SleepTimer.action.value == "shutdown": global inTryQuitMainloop if config.SleepTimer.ask.value and not inTryQuitMainloop: - Notifications.AddNotificationWithCallback(self.shutdown, MessageBox, _("A sleep timer want's to shut down\nyour Dreambox. Shutdown now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.shutdown, MessageBox, _("A sleep timer wants to shut down\nyour Dreambox. Shutdown now?"), timeout = 20) else: self.shutdown(True) elif config.SleepTimer.action.value == "standby": global inStandby if config.SleepTimer.ask.value and not inStandby: - Notifications.AddNotificationWithCallback(self.standby, MessageBox, _("A sleep timer want's to set your\nDreambox to standby. Do that now?"), timeout = 20) + Notifications.AddNotificationWithCallback(self.standby, MessageBox, _("A sleep timer wants to set your\nDreambox to standby. Do that now?"), timeout = 20) else: self.standby(True) -- cgit v1.2.3