]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
Strings review in services_discovery + remove unimplemented sap-cache option (Refs...
[vlc] / modules / services_discovery / podcast.c
index c93a1915366e3fc0e2dc522feccf49fbfb4f067c..8de24f55d168d9d35b5f87306351f1ca61cc3c82 100644 (file)
     static void Close( vlc_object_t * );
 
 #define URLS_TEXT N_("Podcast URLs list")
-#define URLS_LONGTEXT N_("Podcast '|' (pipe) seperated URLs list")
+#define URLS_LONGTEXT N_("Enter the list of podcasts to retrieve, " \
+                         "separated by '|' (pipe)." )
 
 vlc_module_begin();
     set_shortname( "Podcast");
-    set_description( _("Podcast Service Discovery") );
+    set_description( _("Podcasts") );
     set_category( CAT_PLAYLIST );
     set_subcategory( SUBCAT_PLAYLIST_SD );