make cutlist editor message translateable
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 22 Sep 2008 07:07:48 +0000 (07:07 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 22 Sep 2008 07:07:48 +0000 (07:07 +0000)
lib/python/Plugins/Extensions/CutListEditor/plugin.py

index c345667597bd99994daf94cdb66ec6ea47734785..0d2454e49c34e8bd854848a813789c219ec5dac3 100644 (file)
@@ -221,13 +221,7 @@ class CutListEditor(Screen, InfoBarBase, InfoBarSeek, InfoBarCueSheetSupport, He
        def showTutorial(self):
                if not self.tutorial_seen:
                        self.tutorial_seen = True
        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
 
        def checkSkipShowHideLock(self):
                pass