aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDBurn/Process.py
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-07 06:12:56 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-07 06:12:56 +0000
commit87372cbc59371c6d8b8e5dc4f77d1c84fef3423e (patch)
tree1aba14e06b4bc7a178699c5e2dbcd9ded1032491 /lib/python/Plugins/Extensions/DVDBurn/Process.py
parenta8075f9d0bde2eadfe0c827da39f49c9c3dc9eec (diff)
downloadenigma2-87372cbc59371c6d8b8e5dc4f77d1c84fef3423e.tar.gz
enigma2-87372cbc59371c6d8b8e5dc4f77d1c84fef3423e.zip
add HelpableScreen
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDBurn/Process.py')
-rw-r--r--lib/python/Plugins/Extensions/DVDBurn/Process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDBurn/Process.py b/lib/python/Plugins/Extensions/DVDBurn/Process.py
index 0fcbab04..688735f2 100644
--- a/lib/python/Plugins/Extensions/DVDBurn/Process.py
+++ b/lib/python/Plugins/Extensions/DVDBurn/Process.py
@@ -392,7 +392,7 @@ class ImagingPostcondition(Condition):
return task.returncode == 0
def getErrorMessage(self, task):
- return "python-imaging " + _("failed")
+ return _("Failed") + ": python-imaging"
class ImagePrepareTask(Task):
def __init__(self, job):