diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-01-27 00:05:57 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-01-27 00:05:57 +0100 |
| commit | e5423277b5d9dd89918a9b123c10d31057b3dc52 (patch) | |
| tree | 32f0adcdd0c7239b6c56fa45e6641f964e4d17b2 /lib/python/Screens/InfoBarGenerics.py | |
| parent | 15d7074f55a2c3dd38ce9877626be6ec32b448d2 (diff) | |
| download | enigma2-e5423277b5d9dd89918a9b123c10d31057b3dc52.tar.gz enigma2-e5423277b5d9dd89918a9b123c10d31057b3dc52.zip | |
make gettext happy
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 4 |
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) |
