aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBarGenerics.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-01-27 15:57:27 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-01-27 15:57:27 +0100
commit09f66522e9f51ac8fc7921bd77ba36a9d9d3d4b3 (patch)
tree2e29b0fe36b64ab79be719c03c8e25ba82398f7d /lib/python/Screens/InfoBarGenerics.py
parentfc102394e60824f5c07da710d36ba28eaf160c72 (diff)
parente5423277b5d9dd89918a9b123c10d31057b3dc52 (diff)
downloadenigma2-09f66522e9f51ac8fc7921bd77ba36a9d9d3d4b3.tar.gz
enigma2-09f66522e9f51ac8fc7921bd77ba36a9d9d3d4b3.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index 986e2a41..197594fd 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -1465,9 +1465,9 @@ class InfoBarInstantRecord:
if recording.setAutoincreaseEnd():
self.session.nav.RecordTimer.record(recording)
self.recording.append(recording)
- self.session.open(MessageBox, _("Record time limited due to conflicting timer %s" % name_date), MessageBox.TYPE_INFO)
+ self.session.open(MessageBox, _("Record time limited due to conflicting timer %s") % name_date, MessageBox.TYPE_INFO)
else:
- self.session.open(MessageBox, _("Couldn't record due to conflicting timer %s" % name), MessageBox.TYPE_INFO)
+ self.session.open(MessageBox, _("Couldn't record due to conflicting timer %s") % name, MessageBox.TYPE_INFO)
recording.autoincrease = False
else:
self.recording.append(recording)