diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-23 15:25:56 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-23 15:25:56 +0000 |
| commit | e9b37cc9582c76462771c5970a57c036c5533142 (patch) | |
| tree | 1263536bc1a275ad2addccbd72d8b7469c1b8b65 /lib/python/Components | |
| parent | c199d209c922c72b0376ff85ed5ab5da8107aaa5 (diff) | |
| download | enigma2-e9b37cc9582c76462771c5970a57c036c5533142.tar.gz enigma2-e9b37cc9582c76462771c5970a57c036c5533142.zip | |
translate config element properly
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 2056192f..3328a168 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -78,7 +78,7 @@ class configSelection: def __call__(self, selected): #needed by configlist self.checkValues() - return ("text", self.parent.vals[self.parent.value]) + return ("text", _(self.parent.vals[self.parent.value])) class configDateTime: def __init__(self, parent): |
