aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-09-22 07:07:48 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-09-22 07:07:48 +0000
commit4b6920178646027cbc442e4e45d8a4e707f225d9 (patch)
treea6c8baec325a040b112f78a76a9abe75be8f84ff /lib/python/Plugins/Extensions
parent6c2dd9e594f2dc076011609dc54483d103d90564 (diff)
downloadenigma2-4b6920178646027cbc442e4e45d8a4e707f225d9.tar.gz
enigma2-4b6920178646027cbc442e4e45d8a4e707f225d9.zip
make cutlist editor message translateable
Diffstat (limited to 'lib/python/Plugins/Extensions')
-rw-r--r--lib/python/Plugins/Extensions/CutListEditor/plugin.py8
1 files changed, 1 insertions, 7 deletions
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