From: Clément Stenac Date: Sat, 6 Nov 2004 11:15:50 +0000 (+0000) Subject: Missing help string X-Git-Tag: 0.8.1~52 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=07ec180815b53382fe8f62bc327926b17b7a160f;p=vlc Missing help string --- diff --git a/include/vlc_help.h b/include/vlc_help.h index 20fdeff1df..5f24ba2d38 100644 --- a/include/vlc_help.h +++ b/include/vlc_help.h @@ -93,8 +93,8 @@ #define SOUT_ACCESS_TITLE N_("Stream output access modules settings") #define SOUT_ACCESS_HELP N_( \ - "In this section you can set the caching value for the UDP stream " \ - "output access module.") + "In this section you can set the caching value for the stream " \ + "output access modules.") #define SOUT_MUX_TITLE N_("Stream output muxer modules settings") #define SOUT_MUX_HELP N_(" ")