diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-10 15:45:10 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-10 15:45:10 +0000 |
commit | 6bb42cf0a4ce6535361afed7960ae4460867c82d (patch) | |
tree | f80885de0325e722abf6f622eef1e7dd6e14c355 /src/input/input_pvr.c | |
parent | 63681076719e7ff1aad40c63ce4d1bcb0f77ef1b (diff) | |
download | xine-lib-6bb42cf0a4ce6535361afed7960ae4460867c82d.tar.gz xine-lib-6bb42cf0a4ce6535361afed7960ae4460867c82d.tar.bz2 |
improving config help strings
CVS patchset: 6383
CVS date: 2004/04/10 15:45:10
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); |