]> git.sesse.net Git - vlc/commitdiff
s/BD Input/Blu-Ray Disc Input to help users lost in the preferences.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Jan 2009 10:46:47 +0000 (11:46 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Jan 2009 10:46:47 +0000 (11:46 +0100)
modules/access/bd/bd.c

index d4c36fce300a79bd762ca12b7168cc24a3d8ef4f..2c0319d9965309f4890affcad5fd5678d89618cf 100644 (file)
@@ -59,7 +59,7 @@ static void Close( vlc_object_t * );
 
 vlc_module_begin ()
     set_shortname( N_("BD") )
-    set_description( N_("BD Input") )
+    set_description( N_("Blu-Ray Disc Input") )
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_ACCESS )
     add_integer( "bd-caching", DEFAULT_PTS_DELAY / 1000, NULL,