From 2a69998c9ae53482de537f9be523272a348a72a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Fri, 10 Jun 2005 14:20:40 +0000 Subject: [PATCH 1/1] * backport of the most important changes from [11379] --- modules/access/vcdx/vcd.c | 2 +- modules/misc/rtsp.c | 2 +- modules/mux/mpjpeg.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/access/vcdx/vcd.c b/modules/access/vcdx/vcd.c index 8e24f0b764..17dcb1d51c 100644 --- a/modules/access/vcdx/vcd.c +++ b/modules/access/vcdx/vcd.c @@ -127,7 +127,7 @@ vlc_module_begin(); add_bool( MODULE_STRING "-extended-info", 0, NULL, N_("Show extended VCD info?"), - N_("Show the maximum about of information under Stream and " + N_("Show the maximum amount of information under Stream and " "Media Info. Shows for example playback control navigation."), VLC_FALSE ); diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c index 05078e2869..403d4807ae 100644 --- a/modules/misc/rtsp.c +++ b/modules/misc/rtsp.c @@ -46,7 +46,7 @@ static void Close( vlc_object_t * ); #define HOST_TEXT N_( "Host address" ) #define HOST_LONGTEXT N_( \ "You can set the address, port and path the rtsp interface will bind to." \ - ".\n Syntax is address:port/path. Default is to bind to localhost address"\ + "\n Syntax is address:port/path. Default is to bind to localhost address "\ "on port 554, with no path. Use 0.0.0.0 to bind to all addresses." ) vlc_module_begin(); set_shortname( _("RTSP VoD" ) ); diff --git a/modules/mux/mpjpeg.c b/modules/mux/mpjpeg.c index a3034a2978..ae396e9162 100644 --- a/modules/mux/mpjpeg.c +++ b/modules/mux/mpjpeg.c @@ -31,7 +31,7 @@ #define SEPARATOR_TEXT N_( "Multipart separator string" ) #define SEPARATOR_LONGTEXT N_( "Multipart strings like MPJPEG use a " \ - "separator string betwen content pieces. "\ + "separator string between content pieces. "\ "You can select this string. Default is "\ "--myboundary" ) -- 2.39.2