From 2fcfe7e7703ce61ccb532939b6e2132b8423b7c3 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 17 Nov 2005 21:43:50 +0000 Subject: translations --- lib/python/Screens/Satconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/Satconfig.py') 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() -- cgit v1.2.3