diff options
| author | Felix Domke <tmbinc@2mac.waldobjekt.org> | 2009-06-15 00:51:49 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@2mac.waldobjekt.org> | 2009-06-15 00:51:49 +0200 |
| commit | 8b78162072c8c0af8da6fc53af8f4ebe65c410fd (patch) | |
| tree | 8d009afcf3a3d39331dec857be9a47e733774ec9 /lib/python | |
| parent | fac0559ae32f4acaa6e02f4d05e44979715b4903 (diff) | |
| download | enigma2-8b78162072c8c0af8da6fc53af8f4ebe65c410fd.tar.gz enigma2-8b78162072c8c0af8da6fc53af8f4ebe65c410fd.zip | |
make msg translatable
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/plugin.py | 2 |
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() |
