Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv9583

Modified Files:
        headlines.py 
Log Message:
small i18n patch

Index: headlines.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/headlines.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** headlines.py        4 Oct 2003 18:37:29 -0000       1.8
--- headlines.py        16 Oct 2003 16:05:31 -0000      1.9
***************
*** 16,19 ****
--- 16,22 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2003/10/16 16:05:31  dischi
+ # small i18n patch
+ #
  # Revision 1.8  2003/10/04 18:37:29  dischi
  # i18n changes and True/False usage
***************
*** 223,227 ****
          reader = Sax2.Reader()
  
!         popup = PopupBox(text='Fetching headlines...')
          popup.show()
  
--- 226,230 ----
          reader = Sax2.Reader()
  
!         popup = PopupBox(text=_('Fetching headlines...'))
          popup.show()
  
***************
*** 293,297 ****
          return a list of actions for this item
          """
!         items = [ ( self.create_locations_menu , 'Headlines Sites' ) ]
          return items
   
--- 296,300 ----
          return a list of actions for this item
          """
!         items = [ ( self.create_locations_menu , _('Headlines Sites' )) ]
          return items
   




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to