Author: duncan
Date: Mon Dec 17 15:36:50 2007
New Revision: 10215
Log:
Merged Pascal's changes from rel-1
Modified:
branches/rel-1-7/freevo/src/tv/plugins/ivtv_xine_tv.py
Modified: branches/rel-1-7/freevo/src/tv/plugins/ivtv_xine_tv.py
==============================================================================
--- branches/rel-1-7/freevo/src/tv/plugins/ivtv_xine_tv.py (original)
+++ branches/rel-1-7/freevo/src/tv/plugins/ivtv_xine_tv.py Mon Dec 17
15:36:50 2007
@@ -351,7 +351,7 @@
confirmstop_time = int(time.time())
# note: the OSD msg is displayed for 5 seconds
if (config.XINE_TV_CONFIRM_STOP == True) and (confirmstop_time -
self.confirmstop_time > 4):
- self.ShowMessage("Please repeat to stop\n")
+ self.ShowMessage(_('Please repeat to stop\n'))
self.confirmstop_time = confirmstop_time
else:
self.mixer.stop()
@@ -369,7 +369,7 @@
def ShowMessage(self, msg):
_debug_("IVTV_XINE_TV: Show OSD Message: '%s'" % msg, DDEBUG)
- self.xine.write("OSDWriteText$%s\n" % msg)
+ self.xine.write("OSDWriteText$ %s\n" % msg)
#========================================================================
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog