diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-17 21:43:50 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-17 21:43:50 +0000 |
| commit | 2fcfe7e7703ce61ccb532939b6e2132b8423b7c3 (patch) | |
| tree | 2c1806b464aa6831b4dbf1c5ba302d8f4fb2b06c /lib/python/Screens/Satconfig.py | |
| parent | 746b9083adb6a9b67a91476c11de6982b824b21c (diff) | |
| download | enigma2-2fcfe7e7703ce61ccb532939b6e2132b8423b7c3.tar.gz enigma2-2fcfe7e7703ce61ccb532939b6e2132b8423b7c3.zip | |
translations
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index 204c6a80..ffbad260 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -54,7 +54,7 @@ class NimSetup(Screen): def keyRight(self): #forbid to enable advanced mode until its ready - if self["config"].getCurrent()[0] != "Configmode": + if self["config"].getCurrent()[0] != _("Configmode"): self["config"].handleKey(config.key["nextElement"]) self.newConfig() |
