make msg translatable
[enigma2.git] / lib / python / Plugins / SystemPlugins / Videomode / plugin.py
index 6b6d50451335dfef5834690a8e5c782c258ba07b..7a2127ac97cc54be8aeb3c25c29193560cef2ba5 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()