]> git.sesse.net Git - vlc/blobdiff - modules/access/rtsp/access.c
Fix a bunch of preferences errors
[vlc] / modules / access / rtsp / access.c
index 1f81c1c132e3f905d13e52115291e812db82bd6b..e6d5b5aae4888a4ff159f722efbb99188f8ec839 100644 (file)
@@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
     "value should be set in millisecond units." )
 
 vlc_module_begin();
-    set_description( _("Standard filesystem file input") );
+    set_description( _("Real RTSP") );
     set_shortname( _("Real RTSP") );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );