diff options
Diffstat (limited to 'src/input/input_pvr.c')
-rw-r--r-- | src/input/input_pvr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/input_pvr.c b/src/input/input_pvr.c index fd2117a96..a9497f5fc 100644 --- a/src/input/input_pvr.c +++ b/src/input/input_pvr.c @@ -38,7 +38,7 @@ * usage: * xine pvr:/<prefix_to_tmp_files>\!<prefix_to_saved_files>\!<max_page_age> * - * $Id: input_pvr.c,v 1.43 2004/03/03 20:09:12 mroi Exp $ + * $Id: input_pvr.c,v 1.44 2004/04/10 15:45:11 mroi Exp $ */ /************************************************************************** @@ -1538,7 +1538,7 @@ static void *init_plugin (xine_t *xine, void *data) { "input.pvr_device", PVR_DEVICE, _("device used for WinTV-PVR 250/350 (pvr plugin)"), - NULL, + _("The path to the device of your WinTV card."), 10, NULL, NULL); |