]> git.sesse.net Git - vlc/blobdiff - modules/misc/rtsp.c
* backport of the most important changes from [11379]
[vlc] / modules / misc / rtsp.c
index 05078e28699d78bdd83098ba3fea15be496aa661..403d4807ae7fea4694d407821d8c8262d2abe21f 100644 (file)
@@ -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" ) );