actualize pot file
[enigma2.git] / SleepTimer.py
index 82acc1243339ddefe146f1a88ab6e67a51c0d7d2..e53122d8c2a43a73dd8508c6d25f75398ea23f23 100644 (file)
@@ -23,13 +23,13 @@ class SleepTimerEntry(timer.TimerEntry):
                        if config.SleepTimer.action.value == "shutdown":
                                global inTryQuitMainloop
                                if config.SleepTimer.ask.value and not inTryQuitMainloop:
                        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:
                                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)
 
                                else:
                                        self.standby(True)