allow translation
[enigma2.git] / lib / python / Plugins / SystemPlugins / SkinSelector / plugin.py
index db9118658623133d18f4916c991aa9d01ae8eea1..56a5a1daf9adc1fc1a7a36a97bab8cbc0dfd089a 100755 (executable)
@@ -18,6 +18,8 @@ from Components.config import config
 import os, sys
 
 class SkinSelector(Screen):
+       # for i18n:
+       # _("Choose your Skin")
        skin = """
                <screen position="75,138" size="600,320" title="Choose your Skin" >
                        <widget name="SkinList" position="10,10" size="275,300" scrollbarMode="showOnDemand" />