Author: duncan
Date: Thu Mar 15 22:10:29 2007
New Revision: 9332

Modified:
   branches/rel-1/freevo/src/tv/program_display.py

Log:
Corrected a typo


Modified: branches/rel-1/freevo/src/tv/program_display.py
==============================================================================
--- branches/rel-1/freevo/src/tv/program_display.py     (original)
+++ branches/rel-1/freevo/src/tv/program_display.py     Thu Mar 15 22:10:29 2007
@@ -190,7 +190,7 @@
                     menuw.delete_menu()
                     menuw.delete_menu()
                 menuw.back_one_menu(arg='reload')
-            msgtext= _('"%s" has been scheduled for recording') 
%self.prog.title
+            msgtext= _('"%s" has been scheduled for recording') % 
self.prog.title
             AlertBox(text=msgtext).show()
         else:
             AlertBox(text=_('Scheduling Failed')+(': %s' % msg)).show()

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to