Commit 481fb380 authored by Rocky Bernstein's avatar Rocky Bernstein

Sorry to be so pedantic - grammar (and spelling)

parent 025a6eb7
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* ftp.c: * ftp.c:
***************************************************************************** *****************************************************************************
* Copyright (C) 2001-2003 VideoLAN * Copyright (C) 2001-2003 VideoLAN
* $Id: ftp.c,v 1.22 2004/01/03 17:48:38 rocky Exp $ * $Id: ftp.c,v 1.23 2004/01/03 18:41:36 rocky Exp $
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* *
...@@ -85,7 +85,7 @@ static int ftp_StopStream ( input_thread_t *); ...@@ -85,7 +85,7 @@ static int ftp_StopStream ( input_thread_t *);
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for ftp streams. This " \ "Allows you to modify the default caching value for ftp streams. This " \
"value should be set in milliseconds units." ) "value should be set in millisecond units." )
vlc_module_begin(); vlc_module_begin();
set_description( _("FTP input") ); set_description( _("FTP input") );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* http.c: HTTP access plug-in * http.c: HTTP access plug-in
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * Copyright (C) 2001, 2002 VideoLAN
* $Id: http.c,v 1.48 2004/01/03 17:49:35 rocky Exp $ * $Id: http.c,v 1.49 2004/01/03 18:41:36 rocky Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *
...@@ -79,7 +79,7 @@ static ssize_t Read ( input_thread_t *, byte_t *, size_t ); ...@@ -79,7 +79,7 @@ static ssize_t Read ( input_thread_t *, byte_t *, size_t );
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for http streams. This " \ "Allows you to modify the default caching value for http streams. This " \
"value should be set in milliseconds units." ) "value should be set in millisecond units." )
vlc_module_begin(); vlc_module_begin();
add_category_hint( N_("http"), NULL, VLC_FALSE ); add_category_hint( N_("http"), NULL, VLC_FALSE );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* v4l.c : Video4Linux input module for vlc * v4l.c : Video4Linux input module for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2002 VideoLAN * Copyright (C) 2002 VideoLAN
* $Id: v4l.c,v 1.37 2004/01/03 18:40:01 rocky Exp $ * $Id: v4l.c,v 1.38 2004/01/03 18:41:36 rocky Exp $
* *
* Author: Laurent Aimar <fenrir@via.ecp.fr> * Author: Laurent Aimar <fenrir@via.ecp.fr>
* Paul Forgey <paulf at aphrodite dot com> * Paul Forgey <paulf at aphrodite dot com>
...@@ -75,7 +75,7 @@ static void DemuxClose ( vlc_object_t * ); ...@@ -75,7 +75,7 @@ static void DemuxClose ( vlc_object_t * );
#define CACHING_TEXT N_("Caching value in ms") #define CACHING_TEXT N_("Caching value in ms")
#define CACHING_LONGTEXT N_( \ #define CACHING_LONGTEXT N_( \
"Allows you to modify the default caching value for v4l streams. This " \ "Allows you to modify the default caching value for v4l streams. This " \
"value should be set in milliseconds units." ) "value should be set in millisecond units." )
#define VDEV_TEXT N_("Video device name") #define VDEV_TEXT N_("Video device name")
#define VDEV_LONGTEXT N_( \ #define VDEV_LONGTEXT N_( \
"Specify the name of the video device that will be used. " \ "Specify the name of the video device that will be used. " \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment