diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/MessageBox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/MessageBox.py b/lib/python/Screens/MessageBox.py index ed3bb4f4..e850f7fc 100644 --- a/lib/python/Screens/MessageBox.py +++ b/lib/python/Screens/MessageBox.py @@ -65,7 +65,7 @@ class MessageBox(Screen): self.timeout -= 1 if self.origTitle is None: self.origTitle = self.instance.getTitle() - self.setTitle(self.origTitle + " (" + _("Timeout: ") + str(self.timeout) + ")") + self.setTitle(self.origTitle + " (" + str(self.timeout) + ")") if self.timeout == 0: self.timer.stop() self.timerRunning = False |
