]> git.sesse.net Git - vlc/blobdiff - modules/gui/win32/win32.cpp
* modules/*: sanitization of the modules description strings.
[vlc] / modules / gui / win32 / win32.cpp
index c4209a13e37b2d6fac32ae025636edb65c0e2024..b0fd112c4dc8f70ba4ef891603be4a62adb0b2d1 100644 (file)
@@ -2,7 +2,7 @@
  * win32.cpp : Win32 interface plugin for vlc\r
  *****************************************************************************\r
  * Copyright (C) 2002-2003 VideoLAN\r
- * $Id: win32.cpp,v 1.17 2003/03/01 21:32:49 ipkiss Exp $\r
+ * $Id: win32.cpp,v 1.18 2003/03/30 18:14:38 gbazin Exp $\r
  *\r
  * Authors: Olivier Teulière <ipkiss@via.ecp.fr>\r
  *\r
@@ -314,7 +314,7 @@ vlc_module_begin();
                  MAX_LINES_LONGTEXT, VLC_TRUE );\r
     add_bool( "intfwin-show-captions", 0, NULL, SHOW_CAPTIONS_TEXT,\r
               SHOW_CAPTIONS_LONGTEXT, VLC_FALSE );\r
-    set_description( _("Native Windows interface module") );\r
+    set_description( _("Native Windows interface") );\r
     set_capability( "interface", 100 );\r
     set_callbacks( E_(Open), E_(Close) );\r
     add_shortcut( "win" );\r