[vlc-devel] commit: Forgotten in previous commit. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jan 21 15:40:32 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 21 15:35:33 2009 +0100| [148673ede312920a4367b76f96e0d15ded114803] | committer: Jean-Baptiste Kempf
Forgotten in previous commit.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=148673ede312920a4367b76f96e0d15ded114803
---
modules/misc/notify/telepathy.c | 2 +-
modules/video_output/fb.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/misc/notify/telepathy.c b/modules/misc/notify/telepathy.c
index 886b3f2..1610a7f 100644
--- a/modules/misc/notify/telepathy.c
+++ b/modules/misc/notify/telepathy.c
@@ -78,7 +78,7 @@ vlc_module_begin ()
set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_CONTROL )
set_shortname( "Telepathy" )
- set_description( N_("Telepathy \"Now Playing\" using MissionControl") )
+ set_description( N_("Telepathy \"Now Playing\" (MissionControl)") )
add_string( "telepathy-format", FORMAT_DEFAULT, NULL,
FORMAT_TEXT, FORMAT_LONGTEXT, false );
diff --git a/modules/video_output/fb.c b/modules/video_output/fb.c
index d0eb84a..c8968cd 100644
--- a/modules/video_output/fb.c
+++ b/modules/video_output/fb.c
@@ -118,7 +118,7 @@ vlc_module_begin ()
true );
add_bool( "fb-hw-accel", true, NULL, HW_ACCEL_TEXT, HW_ACCEL_LONGTEXT,
true );
- set_description( N_("GNU/Linux console framebuffer video output") )
+ set_description( N_("GNU/Linux framebuffer video output") )
set_capability( "video output", 30 )
set_callbacks( Create, Destroy )
vlc_module_end ()
More information about the vlc-devel
mailing list