X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FExtensions%2FDVDBurn%2FTitleList.py;h=e2a86750bfe1c6842a0911d297d6a1d819e0adb9;hp=2cbeb633ba3563ec0380ca29445c3db7246dddb1;hb=fb766db909330b55b7c650a49017a9d53a2747b4;hpb=c2a699ea42993e9dfeff987239258defec4b5c8e diff --git a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py index 2cbeb63..e2a8675 100755 --- a/lib/python/Plugins/Extensions/DVDBurn/TitleList.py +++ b/lib/python/Plugins/Extensions/DVDBurn/TitleList.py @@ -212,7 +212,7 @@ class TitleList(Screen, HelpableScreen): if source is None: return None if not source.getPath().endswith(".ts"): - self.session.open(MessageBox,text = _("You can only burn Dreambox recordings!"), type = MessageBox.TYPE_ERROR) + self.session.open(MessageBox,text = _("You can only burn STB recordings!"), type = MessageBox.TYPE_ERROR) return None t = self.project.addService(source) try: @@ -350,7 +350,7 @@ class TitleList(Screen, HelpableScreen): t = self.current_edit_title t.titleEditDone(cutlist) if t.VideoType != 0: - self.session.openWithCallback(self.DVDformatCB,MessageBox,text = _("The DVD standard doesn't support H.264 (HDTV) video streams. Do you want to create a Dreambox format data DVD (which will not play in stand-alone DVD players) instead?"), type = MessageBox.TYPE_YESNO) + self.session.openWithCallback(self.DVDformatCB,MessageBox,text = _("The DVD standard doesn't support H.264 (HDTV) video streams. Do you want to create a STB format data DVD (which will not play in stand-alone DVD players) instead?"), type = MessageBox.TYPE_YESNO) else: self.updateTitleList()