[vlc-commits] Timecode: try to fix copy/paste error
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Apr 29 12:03:42 CEST 2013
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 29 12:02:55 2013 +0200| [be40904abd7cb786e49e365b81bef61e89659143] | committer: Jean-Baptiste Kempf
Timecode: try to fix copy/paste error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be40904abd7cb786e49e365b81bef61e89659143
---
 modules/access/timecode.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/timecode.c b/modules/access/timecode.c
index 5aebc97..8e37e2c 100644
--- a/modules/access/timecode.c
+++ b/modules/access/timecode.c
@@ -41,7 +41,7 @@ static const char *const fps_texts[] = { "24", "25", "29.97", "30" };
 
 vlc_module_begin ()
     set_shortname (N_("Time code"))
-    set_description (N_("Screen capture (with X11/XCB)"))
+    set_description (N_("Time code subpicture elementary stream generator"))
     set_category (CAT_INPUT)
     set_subcategory (SUBCAT_INPUT_ACCESS)
     set_capability ("access_demux", 0)
    
    
More information about the vlc-commits
mailing list