]> git.sesse.net Git - vlc/commitdiff
* ALL: minor spelling fixes
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 28 Jun 2004 14:16:51 +0000 (14:16 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 28 Jun 2004 14:16:51 +0000 (14:16 +0000)
modules/access/dvb/access.c
modules/stream_out/rtp.c
modules/video_filter/clone.c
modules/video_filter/logo.c
modules/video_filter/motionblur.c
modules/video_filter/wall.c

index c45696f9268d48717fc73e71ea17ac23e1032616..d2ad600a40bb43fd338a8ee3d576e815748e5c94 100644 (file)
@@ -108,7 +108,7 @@ static void    CloseProgram( input_thread_t * p_input );
 #define BUDGET_LONGTEXT N_("This allows you to stream an entire transponder with a budget card. Budget mode is compatible with the ts2 demux.")
 
 #define SATNO_TEXT N_("Satellite number in the Diseqc system")
-#define SATNO_LONGTEXT N_("[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc")
+#define SATNO_LONGTEXT N_("[0=no diseqc, 1-4=normal diseqc, -1=A, -2=B simple diseqc]")
 
 #define VOLTAGE_TEXT N_("LNB voltage")
 #define VOLTAGE_LONGTEXT N_("In Volts [0, 13=vertical, 18=horizontal]")
index 30717a0fb680aaf43f1dbe335f587753799942d4..956dabe2ae23458fa7a5ddf3cb82e76affca9573 100644 (file)
     "Allows you to specify the SDP used for the streaming output. " \
     "You must use an url: http://location to access the SDP via HTTP, " \
     "rtsp://location for RTSP access, and sap:// for the SDP to be " \
-    "announced via SAP" )
+    "announced via SAP." )
 #define MUX_TEXT N_("Muxer")
 #define MUX_LONGTEXT N_( \
     "Allows you to specify the muxer used for the streaming output." )
 #define PORT_TEXT N_("Port")
 #define PORT_LONGTEXT N_( \
-    "Allows you to specify the base port used for the RTP streaming" )
+    "Allows you to specify the base port used for the RTP streaming." )
 #define TTL_TEXT N_("Time to live")
 #define TTL_LONGTEXT N_( \
     "Allows you to specify the time to live for the output stream." )
index 32c1dbc48ae16e03f091e608cf5ee6fcc9f8ace6..6172289ff78e6bb4cd05323a0ee3d43206df93ec 100644 (file)
@@ -54,10 +54,10 @@ static int  SendEvents( vlc_object_t *, char const *,
  *****************************************************************************/
 #define COUNT_TEXT N_("Number of clones")
 #define COUNT_LONGTEXT N_("Select the number of video windows in which to "\
-    "clone the video")
+    "clone the video.")
 
 #define VOUTLIST_TEXT N_("List of video output modules")
-#define VOUTLIST_LONGTEXT N_("Select the specific video output modules that you want to activate")
+#define VOUTLIST_LONGTEXT N_("Select the specific video output modules that you want to activate.")
 
 vlc_module_begin();
     set_description( _("Clone video filter") );
index 357e0c26489df3346019dfe7b1e6282994dc26fa..205b108518bc7f96884c7c3e68e15ac3ffc23b2e 100644 (file)
@@ -56,13 +56,13 @@ static int MouseEvent( vlc_object_t *, char const *,
  *****************************************************************************/
 
 #define FILE_TEXT N_("Logo filename")
-#define FILE_LONGTEXT N_("The file must be in PNG RGBA 8bits format (for now)")
+#define FILE_LONGTEXT N_("The file must be in PNG RGBA 8bits format (for now).")
 #define POSX_TEXT N_("X coordinate of the logo")
-#define POSX_LONGTEXT N_("You can move the logo by left-clicking on it" )
+#define POSX_LONGTEXT N_("You can move the logo by left-clicking on it." )
 #define POSY_TEXT N_("Y coordinate of the logo")
-#define POSY_LONGTEXT N_("You can move the logo by left-clicking on it" )
+#define POSY_LONGTEXT N_("You can move the logo by left-clicking on it." )
 #define TRANS_TEXT N_("Transparency of the logo (255-0)")
-#define TRANS_LONGTEXT N_("You can change it by middle-clicking and moving mouse left or right")
+#define TRANS_LONGTEXT N_("You can change it by middle-clicking and moving mouse left or right.")
 
 vlc_module_begin();
     set_description( _("Logo video filter") );
index b94b3f767db1a5f6c5c6a8a36a91c4f485575703..273eba97a229a3e30a2c46b4fea4ece850990d58 100644 (file)
@@ -52,7 +52,7 @@ static int  SendEvents( vlc_object_t *, char const *,
  * Module descriptor
  *****************************************************************************/
 #define MODE_TEXT N_("Blur factor (1-127)")
-#define MODE_LONGTEXT N_("The degree of blurring from 1 to 127")
+#define MODE_LONGTEXT N_("The degree of blurring from 1 to 127.")
 
 vlc_module_begin();
     set_description( _("Motion blur filter") );
index a727a6a29f5b75691f43433a56e1cf9635bfb90e..0d4a18d90f24b5eb64d2b3bb7b3b48a1ac1ab472 100644 (file)
@@ -52,11 +52,11 @@ static int  SendEvents( vlc_object_t *, char const *,
  *****************************************************************************/
 #define COLS_TEXT N_("Number of columns")
 #define COLS_LONGTEXT N_("Select the number of horizontal video windows in " \
-    "which to split the video")
+    "which to split the video.")
 
 #define ROWS_TEXT N_("Number of rows")
 #define ROWS_LONGTEXT N_("Select the number of vertical video windows in " \
-    "which to split the video")
+    "which to split the video.")
 
 #define ACTIVE_TEXT N_("Active windows")
 #define ACTIVE_LONGTEXT N_("Comma separated list of active windows, " \