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

Modified Files:
        commands.py 
Log Message:
put in a small i18n change

Index: commands.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/commands.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** commands.py 30 Sep 2003 17:09:56 -0000      1.6
--- commands.py 16 Oct 2003 17:49:59 -0000      1.7
***************
*** 15,18 ****
--- 15,21 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.7  2003/10/16 17:49:59  mikeruelle
+ # put in a small i18n change
+ #
  # Revision 1.6  2003/09/30 17:09:56  mikeruelle
  # add a default dir for commands
***************
*** 252,256 ****
      #  5) make new alert popup with messages
      def flashpopup(self, arg=None, menuw=None):
!         popup_string="Running Command..."
          pop = PopupBox(text=popup_string)
          pop.show()
--- 255,259 ----
      #  5) make new alert popup with messages
      def flashpopup(self, arg=None, menuw=None):
!         popup_string=_("Running Command...")
          pop = PopupBox(text=popup_string)
          pop.show()




-------------------------------------------------------
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