From: Felix Paul Kühne Date: Mon, 28 Jun 2004 14:16:51 +0000 (+0000) Subject: * ALL: minor spelling fixes X-Git-Tag: 0.8.0~1026 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5b67f077c2e00208e514f0f0d5dc0da3a2e7e91e;p=vlc * ALL: minor spelling fixes --- diff --git a/modules/access/dvb/access.c b/modules/access/dvb/access.c index c45696f926..d2ad600a40 100644 --- a/modules/access/dvb/access.c +++ b/modules/access/dvb/access.c @@ -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]") diff --git a/modules/stream_out/rtp.c b/modules/stream_out/rtp.c index 30717a0fb6..956dabe2ae 100644 --- a/modules/stream_out/rtp.c +++ b/modules/stream_out/rtp.c @@ -47,13 +47,13 @@ "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." ) diff --git a/modules/video_filter/clone.c b/modules/video_filter/clone.c index 32c1dbc48a..6172289ff7 100644 --- a/modules/video_filter/clone.c +++ b/modules/video_filter/clone.c @@ -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") ); diff --git a/modules/video_filter/logo.c b/modules/video_filter/logo.c index 357e0c2648..205b108518 100644 --- a/modules/video_filter/logo.c +++ b/modules/video_filter/logo.c @@ -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") ); diff --git a/modules/video_filter/motionblur.c b/modules/video_filter/motionblur.c index b94b3f767d..273eba97a2 100644 --- a/modules/video_filter/motionblur.c +++ b/modules/video_filter/motionblur.c @@ -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") ); diff --git a/modules/video_filter/wall.c b/modules/video_filter/wall.c index a727a6a29f..0d4a18d90f 100644 --- a/modules/video_filter/wall.c +++ b/modules/video_filter/wall.c @@ -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, " \