aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Videomode/plugin.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@2mac.waldobjekt.org>2009-06-15 00:51:49 +0200
committerFelix Domke <tmbinc@2mac.waldobjekt.org>2009-06-15 00:51:49 +0200
commit8b78162072c8c0af8da6fc53af8f4ebe65c410fd (patch)
tree8d009afcf3a3d39331dec857be9a47e733774ec9 /lib/python/Plugins/SystemPlugins/Videomode/plugin.py
parentfac0559ae32f4acaa6e02f4d05e44979715b4903 (diff)
downloadenigma2-8b78162072c8c0af8da6fc53af8f4ebe65c410fd.tar.gz
enigma2-8b78162072c8c0af8da6fc53af8f4ebe65c410fd.zip
make msg translatable
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/plugin.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py
index 6b6d5045..7a2127ac 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/Videomode/plugin.py
@@ -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()