]> git.sesse.net Git - vlc/commitdiff
Forgotten in previous commit.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 14:35:33 +0000 (15:35 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 14:40:06 +0000 (15:40 +0100)
modules/misc/notify/telepathy.c
modules/video_output/fb.c

index 886b3f2a8fafe383a7ac051c6ccecb4891dfd89e..1610a7f5c750197c13327947c10a18e9dad6cc06 100644 (file)
@@ -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 );
index d0eb84aafadc104248971124b62435dcdacb7a95..c8968cdff02a28ea02cab961bd8d5312370151dc 100644 (file)
@@ -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 ()