From: Jean-Baptiste Kempf Date: Sat, 24 Nov 2007 04:08:56 +0000 (+0000) Subject: Change the meta information fetcher TEXT X-Git-Tag: 0.9.0-test0~4401 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fd5612f1467c3e69d815e536aa0fd0872c9a9485;p=vlc Change the meta information fetcher TEXT --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 96457ec419..7d1817093a 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -1065,7 +1065,7 @@ static const char *ppsz_clock_descriptions[] = "Automatically preparse files added to the playlist " \ "(to retrieve some metadata)." ) -#define FETCH_META_TEXT N_( "Meta fetcher policy" ) +#define FETCH_META_TEXT N_( "Autorise meta information fetching" ) #define FETCH_META_LONGTEXT N_( \ "Specify if you want to attempt to fetch files'"\ "meta informations using the network." );