diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-17 21:51:36 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-17 21:51:36 +0000 |
| commit | 9110f3909b1e0809a894901de09f819cc4ff9404 (patch) | |
| tree | a0d8a437efdf8b98c8810bd69493aec8b54bc4fb /lib/python/Screens/InfoBar.py | |
| parent | 63db9d7e8e9bcfbba428d9b5a951d2902d9579c6 (diff) | |
| download | enigma2-9110f3909b1e0809a894901de09f819cc4ff9404.tar.gz enigma2-9110f3909b1e0809a894901de09f819cc4ff9404.zip | |
translations
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 221b3375..90594241 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -63,7 +63,7 @@ class MoviePlayer(Screen, InfoBarVolumeControl, InfoBarShowHide, InfoBarPowerKey self.session.nav.playService(service) def leavePlayer(self): - self.session.openWithCallback(self.leavePlayerConfirmed, MessageBox, "Stop playing this movie?") + self.session.openWithCallback(self.leavePlayerConfirmed, MessageBox, _("Stop playing this movie?")) def leavePlayerConfirmed(self, answer): if answer == True: |
