From 9110f3909b1e0809a894901de09f819cc4ff9404 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 17 Nov 2005 21:51:36 +0000 Subject: translations --- lib/python/Screens/InfoBar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/InfoBar.py') 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: -- cgit v1.2.3