aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-11-13 14:28:44 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2008-11-13 14:28:44 +0100
commit7a15f461fce82e3fd6531a22b0bf70fbcd69a878 (patch)
tree2d04afd1a6f610e9e6d44dd81addefbbe44f3d27 /lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py
parentf479fb3234634c7e9464f1af81d64b97a08bb0bb (diff)
downloadenigma2-7a15f461fce82e3fd6531a22b0bf70fbcd69a878.tar.gz
enigma2-7a15f461fce82e3fd6531a22b0bf70fbcd69a878.zip
make texts translateable and add german locale for new DVDBurn changes
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py b/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py
index 94e5c0f5..b1c627aa 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/DVDTitle.py
@@ -14,7 +14,7 @@ class DVDTitle:
self.DVBname = _("Title")
self.DVBdescr = _("Description")
self.DVBchannel = _("Channel")
- self.properties.aspect = ConfigSelection(choices = [("4:3", "4:3"), ("16:9", "16:9")])
+ self.properties.aspect = ConfigSelection(choices = [("4:3", _("4:3")), ("16:9", _("16:9"))])
self.properties.widescreen = ConfigSelection(choices = [("nopanscan", "nopanscan"), ("noletterbox", "noletterbox")])
self.properties.autochapter = ConfigInteger(default = 0, limits = (0, 60))
self.properties.audiotracks = ConfigSubList()