frontend.cpp: add SNRdb calculation for Philips TU1216 and Philips CU1216Mk3
[enigma2.git] / lib / python / Plugins / Extensions / DVDPlayer / plugin.py
index cb5f0e0d57d4bef6a7fb9150ba41a2a167f9cd41..b7d66a8263341f8850ae76e1ee44e65355941a84 100644 (file)
@@ -489,9 +489,9 @@ class DVDPlayer(Screen, InfoBarBase, InfoBarNotifications, InfoBarSeek, InfoBarP
                                self.doShow()
                
        def askLeavePlayer(self):
-               choices = [(_("Continue playing"), "play"), (_("Exit"), "exit")]
+               choices = [(_("Exit"), "exit"), (_("Continue playing"), "play")]
                if not self.physicalDVD:
-                       choices.insert(1,(_("Return to file browser"), "browser"))                      
+                       choices.insert(1,(_("Return to file browser"), "browser"))
                self.session.openWithCallback(self.exitCB, ChoiceBox, title=_("Leave DVD Player?"), list = choices)
 
        def sendKey(self, key):