diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-30 22:20:58 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-30 22:20:58 +0000 |
| commit | 4514d25acd99a7f79890ae62d11ee1adfc36bf58 (patch) | |
| tree | 87e635281b37be27db1cd85d815cb0300b3f9a9a /lib/python/Screens/InputBox.py | |
| parent | b21005fe9437b12b945c2c6fa1d9bd4fb4992cb8 (diff) | |
| download | enigma2-4514d25acd99a7f79890ae62d11ee1adfc36bf58.tar.gz enigma2-4514d25acd99a7f79890ae62d11ee1adfc36bf58.zip | |
add missing braket
Diffstat (limited to 'lib/python/Screens/InputBox.py')
| -rw-r--r-- | lib/python/Screens/InputBox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InputBox.py b/lib/python/Screens/InputBox.py index 1fa9a9ee..455cad9b 100644 --- a/lib/python/Screens/InputBox.py +++ b/lib/python/Screens/InputBox.py @@ -99,7 +99,7 @@ class PinInput(InputBox): remaining = (self.triesEntry.time.value + (self.waitTime * 60)) - time() remainingMinutes = int(remaining / 60) remainingSeconds = int(remaining % 60) - self.onFirstExecBegin.append(boundFunction(self.session.openWithCallback, self.closePinCancel, MessageBox, _("You have to wait %s!") % (str(remainingMinutes) + " " + _("minutes") + ", " + str(remainingSeconds) + " " + _("seconds"), MessageBox.TYPE_ERROR)) + self.onFirstExecBegin.append(boundFunction(self.session.openWithCallback, self.closePinCancel, MessageBox, _("You have to wait %s!") % (str(remainingMinutes) + " " + _("minutes") + ", " + str(remainingSeconds) + " " + _("seconds"), MessageBox.TYPE_ERROR))) else: self.setTries(3) |
