]> git.sesse.net Git - vlc/blobdiff - modules/visualization/xosd/xosd.c
* modules/*: sanitization of the modules description strings.
[vlc] / modules / visualization / xosd / xosd.c
index eae258e9da5744cfcfdf7bfecf38836beee655e9..136e20baea2aa19a25015781f33a5f1582e92bdb 100644 (file)
@@ -2,7 +2,7 @@
  * xosd.c : X On Screen Display interface
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: xosd.c,v 1.8 2003/02/20 01:52:46 sigmunau Exp $
+ * $Id: xosd.c,v 1.9 2003/03/30 18:14:39 gbazin Exp $
  *
  * Authors: Loïc Minier <lool@videolan.org>
  *
@@ -80,7 +80,7 @@ vlc_module_begin();
                  SHD_OFS_TEXT, SHD_OFS_LONGTEXT, VLC_TRUE );
     add_string( "xosd-font", "-misc-fixed-medium-r-*-*-*-300-*-*-*-*-*-*",
                 NULL, FONT_TEXT, FONT_LONGTEXT, VLC_TRUE );
-    set_description( _("xosd interface module") );
+    set_description( _("xosd interface") );
     set_capability( "interface", i );
     set_callbacks( Open, Close );
 vlc_module_end();