make gettext happy
authorghost <andreas.monzner@multimedia-labs.de>
Mon, 26 Jan 2009 23:05:57 +0000 (00:05 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Mon, 26 Jan 2009 23:05:57 +0000 (00:05 +0100)
lib/python/Screens/InfoBarGenerics.py

index 986e2a4..197594f 100644 (file)
@@ -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)