aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Satconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
-rw-r--r--lib/python/Screens/Satconfig.py2
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()