From: Felix Domke Date: Mon, 22 Sep 2008 07:07:48 +0000 (+0000) Subject: make cutlist editor message translateable X-Git-Tag: 2.6.0~864 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4b6920178646027cbc442e4e45d8a4e707f225d9?hp=6c2dd9e594f2dc076011609dc54483d103d90564 make cutlist editor message translateable --- diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index c3456675..0d2454e4 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -221,13 +221,7 @@ class CutListEditor(Screen, InfoBarBase, InfoBarSeek, InfoBarCueSheetSupport, He def showTutorial(self): if not self.tutorial_seen: self.tutorial_seen = True - self.session.open(MessageBox, - """Welcome to the Cutlist editor. - -Seek to the start of the stuff you want to cut away. Press OK, select 'start cut'. - -Then seek to the end, press OK, select 'end cut'. That's it. - """, MessageBox.TYPE_INFO) + self.session.open(MessageBox,_("Welcome to the Cutlist editor.\n\nSeek to the start of the stuff you want to cut away. Press OK, select 'start cut'.\n\nThen seek to the end, press OK, select 'end cut'. That's it."), MessageBox.TYPE_INFO) def checkSkipShowHideLock(self): pass