From 2b72cfe222c5c013e9a10372c826ae5b3f56ef33 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 22 Nov 2005 23:41:16 +0000 Subject: translations fix ScanSetup when there is a non-dvb-s-nim in slot a and dvb-s in slot b --- lib/python/Components/Lcd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components') diff --git a/lib/python/Components/Lcd.py b/lib/python/Components/Lcd.py index 42f15698..b9ba5606 100644 --- a/lib/python/Components/Lcd.py +++ b/lib/python/Components/Lcd.py @@ -29,7 +29,7 @@ def InitLcd(): config.lcd.bright = configElement("config.lcd.bright", ConfigSlider, 10, ""); config.lcd.contrast = configElement("config.lcd.contrast", ConfigSlider, 10, ""); config.lcd.standby = configElement("config.lcd.standby", ConfigSlider, 0, ""); - config.lcd.invert = configElement("config.lcd.invert", configSelection, 0, ("Disable", "Enable") ); + config.lcd.invert = configElement("config.lcd.invert", configSelection, 0, (_("Disable"), _("Enable")) ); ilcd = LCD() -- cgit v1.2.3