]> git.sesse.net Git - vlc/commitdiff
minimal_macosx/macosx.c: Shorter and more explicit description.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 29 Aug 2007 23:26:28 +0000 (23:26 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 29 Aug 2007 23:26:28 +0000 (23:26 +0000)
modules/gui/minimal_macosx/macosx.c

index c359ab7d4cb85da2cd4159d4616b73487ffd4167..5a664ba1c8da152a7fc885c42e8e9bd4099b1780 100644 (file)
@@ -47,7 +47,7 @@ void E_(CloseVideoGL) ( vlc_object_t * );
 
 vlc_module_begin();
     /* Minimal interface. see intf.m */
-    set_description( _("Mac OS X minimal interface (just launch an icon)") );
+    set_description( _("Mac OS X minimal interface") );
     set_capability( "interface", 50 );
     set_callbacks( E_(OpenIntf), E_(CloseIntf) );
     set_category( CAT_INTERFACE );