[vlc-devel] commit: playlist export: unify module description. ( Rémi Duraffort )

git version control git at videolan.org
Wed Feb 25 19:47:53 CET 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Feb 25 13:56:46 2009 +0100| [277ae701fb6cb331e52eba19956b50e081551eaa] | committer: Rémi Duraffort 

playlist export: unify module description.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=277ae701fb6cb331e52eba19956b50e081551eaa
---

 modules/misc/playlist/export.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/misc/playlist/export.c b/modules/misc/playlist/export.c
index 7ca77f0..4c236cb 100644
--- a/modules/misc/playlist/export.c
+++ b/modules/misc/playlist/export.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * export.c :  Playlist export module
  *****************************************************************************
- * Copyright (C) 2004 the VideoLAN team
+ * Copyright (C) 2004-2009 the VideoLAN team
  * $Id$
  *
  * Authors: Clément Stenac <zorglub at videolan.org>
@@ -47,13 +47,13 @@ vlc_module_begin ()
     set_category( CAT_PLAYLIST )
     set_subcategory( SUBCAT_PLAYLIST_EXPORT )
     add_submodule ()
-        set_description( N_("M3U playlist exporter") )
+        set_description( N_("M3U playlist export") )
         add_shortcut( "export-m3u" )
         set_capability( "playlist export" , 0 )
         set_callbacks( Export_M3U , NULL )
 
     add_submodule ()
-        set_description( N_("Old playlist exporter") )
+        set_description( N_("Old playlist export") )
         add_shortcut( "export-old" )
         set_capability( "playlist export" , 0 )
         set_callbacks( Export_Old , NULL )




More information about the vlc-devel mailing list