]> git.sesse.net Git - vlc/commitdiff
modules/services_discovery/shout.c: Rename "Shoutcast" (radio) to "Shoutcast Radio".
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 25 Aug 2007 14:42:20 +0000 (14:42 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 25 Aug 2007 14:42:20 +0000 (14:42 +0000)
modules/services_discovery/shout.c

index 5dd76b7636446b6680bfab6b114c0aa9736d9b4d..4abca0acef19913797ab940d9d0a13010ff0e811 100644 (file)
@@ -131,7 +131,7 @@ static int Open( vlc_object_t *p_this, int i_type )
         case RADIO:
         default:
             p_sys->p_input = input_ItemNewExt( p_sd,
-                                SHOUTCAST_BASE_URL, _("Shoutcast"),
+                                SHOUTCAST_BASE_URL, _("Shoutcast Radio"),
                                 0, NULL, -1 );
             break;
     }