change disc size determination and tweak dual layer growisofs arguments
[enigma2.git] / lib / python / Plugins / Extensions / DVDBurn / TitleProperties.py
index 1c2099fbf91e38a0c27d8dc29afe373a42aade3d..86d21c2558c1632ddf77197c82f66dfe96f1e7a9 100644 (file)
@@ -91,7 +91,7 @@ class TitleProperties(Screen,ConfigListScreen):
                        chaptermarks = title.getChapterMarks(template="$h:$m:$s")
                        chapters_count = len(chaptermarks)
                        if chapters_count >= 1:
-                               infotext += '\n' + str(chapters_count+1) + ' ' + _("chapters") + ': '
+                               infotext += str(chapters_count+1) + ' ' + _("chapters") + ': '
                                infotext += ' / '.join(chaptermarks)
                        self["serviceinfo"].setText(infotext)
                        self["config"].setList(self.list)