[vlc-devel] commit: s/BD Input/Blu-Ray Disc Input to help users lost in the preferences . (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Jan 24 11:48:46 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 24 11:46:47 2009 +0100| [c3c34e746c0c5f9377110da82fbcaf0b401480f4] | committer: Jean-Baptiste Kempf
s/BD Input/Blu-Ray Disc Input to help users lost in the preferences.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3c34e746c0c5f9377110da82fbcaf0b401480f4
---
modules/access/bd/bd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/bd/bd.c b/modules/access/bd/bd.c
index d4c36fc..2c0319d 100644
--- a/modules/access/bd/bd.c
+++ b/modules/access/bd/bd.c
@@ -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,
More information about the vlc-devel
mailing list