From 8eee31fd9b4f3d7363f985ada8d6b9cdd6b7ee37 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 29 Aug 2007 23:26:28 +0000 Subject: [PATCH] minimal_macosx/macosx.c: Shorter and more explicit description. --- modules/gui/minimal_macosx/macosx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/minimal_macosx/macosx.c b/modules/gui/minimal_macosx/macosx.c index c359ab7d4c..5a664ba1c8 100644 --- a/modules/gui/minimal_macosx/macosx.c +++ b/modules/gui/minimal_macosx/macosx.c @@ -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 ); -- GitLab