]> git.sesse.net Git - vlc/blobdiff - modules/access/pvr/pvr.c
- Updated French translation (still a lot of work to do...)
[vlc] / modules / access / pvr / pvr.c
index bb8b971c9386ab17f2a91cdb73ef560ab4120bc7..180f88042ce50ce2350af21bda1aa78fc1598be2 100644 (file)
@@ -2,7 +2,7 @@
  * pvr.c
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: pvr.c,v 1.9 2003/10/24 09:32:32 bigben Exp $
+ * $Id: pvr.c,v 1.10 2003/11/23 18:31:54 alexis Exp $
  *
  * Authors: Eric Petit <titer@videolan.org>
  *
@@ -74,7 +74,7 @@ static ssize_t Read   ( input_thread_t *, byte_t *, size_t );
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
-    set_description( _("Hauppauge PVR cards input") );
+    set_description( _("input for encoding cards supported by the ivtv drivers") );
     set_capability( "access", 0 );
     add_shortcut( "pvr" );
     set_callbacks( Open, Close );