diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-11-18 12:27:23 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-11-18 12:27:23 +0000 |
| commit | cfa7c31e094b5c268fc7adda81bc1bad35fb4962 (patch) | |
| tree | 9a480aa843ff6d7a91dda7d1aedcc98dc94cac08 /lib/python/Plugins/SystemPlugins/SkinSelector | |
| parent | b0c7d04b1afa4e8ab184b8826bb592bef253f1b3 (diff) | |
| download | enigma2-cfa7c31e094b5c268fc7adda81bc1bad35fb4962.tar.gz enigma2-cfa7c31e094b5c268fc7adda81bc1bad35fb4962.zip | |
allow translation
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SkinSelector')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py index db911865..56a5a1da 100755 --- a/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SkinSelector/plugin.py @@ -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" /> |
