make msg translatable
authorFelix Domke <tmbinc@2mac.waldobjekt.org>
Sun, 14 Jun 2009 22:51:49 +0000 (00:51 +0200)
committerFelix Domke <tmbinc@2mac.waldobjekt.org>
Sun, 14 Jun 2009 22:51:49 +0000 (00:51 +0200)
lib/python/Plugins/SystemPlugins/Videomode/plugin.py

index 6b6d504..7a2127a 100644 (file)
@@ -139,7 +139,7 @@ class VideoSetup(Screen, ConfigListScreen):
                if (port, mode, rate) != self.last_good:
                        self.hw.setMode(port, mode, rate)
                        from Screens.MessageBox import MessageBox
-                       self.session.openWithCallback(self.confirm, MessageBox, "Is this videomode ok?", MessageBox.TYPE_YESNO, timeout = 20, default = False)
+                       self.session.openWithCallback(self.confirm, MessageBox, _("Is this videomode ok?"), MessageBox.TYPE_YESNO, timeout = 20, default = False)
                else:
                        self.keySave()