]> git.sesse.net Git - vlc/commitdiff
Timecode: try to fix copy/paste error
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 29 Apr 2013 10:02:55 +0000 (12:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 29 Apr 2013 10:02:55 +0000 (12:02 +0200)
modules/access/timecode.c

index 5aebc9743c96e7cded673154b0c89b23812f7236..8e37e2ca16cdd468d71b98c5efd64b049d4730d4 100644 (file)
@@ -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)