]> git.sesse.net Git - vlc/commitdiff
Change the meta information fetcher TEXT
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Nov 2007 04:08:56 +0000 (04:08 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Nov 2007 04:08:56 +0000 (04:08 +0000)
src/libvlc-module.c

index 96457ec4193ddc5b635d2b35a862ecd3b7b8e63b..7d1817093abe1193df26324aeb2f7f1e4a285465 100644 (file)
@@ -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." );