From 20a738eb140c2d96858a5b2e31154c1e6dd5ab16 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 18 Jan 2002 23:16:05 +0000 Subject: Fixed description string. CVS patchset: 1426 CVS date: 2002/01/18 23:16:05 --- src/input/input_vcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index 347b50f79..b221cd86b 100644 --- a/src/input/input_vcd.c +++ b/src/input/input_vcd.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_vcd.c,v 1.35 2002/01/02 18:16:07 jkeil Exp $ + * $Id: input_vcd.c,v 1.36 2002/01/18 23:16:05 f1rmb Exp $ * */ @@ -960,7 +960,7 @@ static void vcd_plugin_stop (input_plugin_t *this_gen) { * */ static char *vcd_plugin_get_description (input_plugin_t *this_gen) { - return _("plain file input plugin as shipped with xine"); + return _("vcd device input plugin as shipped with xine"); } /* -- cgit v1.2.3