honor horizontal alignment also when a mark is present
[enigma2.git] / lib / python / Components / SetupDevices.py
index 3398af710ef778c6f800dccc5330c5d00c6cb151..9036fa63f0560780afba9636772410b63ab43d7f 100644 (file)
@@ -31,7 +31,7 @@ def InitSetupDevices():
        def languageNotifier(configElement):
                language.activateLanguage(configElement.value)
        
-       config.osd.language = configElement("config.osd.language", configSelection, 0, language.getLanguageList() );
+       config.osd.language = configElement("config.osd.language", configText, "en_EN", 0);
        config.osd.language.addNotifier(languageNotifier)
 
        config.parental = ConfigSubsection();