Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30310

Modified Files:
        videoitem.py 
Log Message:
re-use string for better translation

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** videoitem.py        28 May 2004 15:50:28 -0000      1.136
--- videoitem.py        29 May 2004 13:10:55 -0000      1.137
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.137  2004/05/29 13:10:55  dischi
+ # re-use string for better translation
+ #
  # Revision 1.136  2004/05/28 15:50:28  dischi
  # configure menu items cleanup
***************
*** 472,476 ****
                  else:
                      self.menuw.show()
!                     ConfirmBox(text=(_('Media not found for file "%s".\n')+
                                       _('Please insert the media.')) % file,
                                 handler=self.play ).show()
--- 475,479 ----
                  else:
                      self.menuw.show()
!                     ConfirmBox(text=(_('No media found for "%s".\n')+
                                       _('Please insert the media.')) % file,
                                 handler=self.play ).show()
***************
*** 486,490 ****
              else:
                  self.menuw.show()
!                 ConfirmBox(text=(_('Media not found for "%s".\n')+
                                   _('Please insert the media.')) % self.url,
                             handler=self.play).show()
--- 489,493 ----
              else:
                  self.menuw.show()
!                 ConfirmBox(text=(_('No media found for "%s".\n')+
                                   _('Please insert the media.')) % self.url,
                             handler=self.play).show()



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to