Author: duncan
Date: Tue Jul 31 18:00:39 2007
New Revision: 9790

Log:
Additional word for translation


Modified:
   branches/rel-1/freevo/src/audio/plugins/lyrics.py

Modified: branches/rel-1/freevo/src/audio/plugins/lyrics.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/lyrics.py   (original)
+++ branches/rel-1/freevo/src/audio/plugins/lyrics.py   Tue Jul 31 18:00:39 2007
@@ -71,7 +71,7 @@
         self.item = item
 
         if item.type == 'audio':
-            return [ (self.search_lyrics, "Show lyrics", self) ]
+            return [ (self.search_lyrics, _("Show lyrics"), self) ]
 
         return []
 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to