Commit 44d5f298 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

modules/services_discovery/shout.c: Rename "Shoutcast" (radio) to "Shoutcast Radio".

parent 8cc3dca1
...@@ -131,7 +131,7 @@ static int Open( vlc_object_t *p_this, int i_type ) ...@@ -131,7 +131,7 @@ static int Open( vlc_object_t *p_this, int i_type )
case RADIO: case RADIO:
default: default:
p_sys->p_input = input_ItemNewExt( p_sd, p_sys->p_input = input_ItemNewExt( p_sd,
SHOUTCAST_BASE_URL, _("Shoutcast"), SHOUTCAST_BASE_URL, _("Shoutcast Radio"),
0, NULL, -1 ); 0, NULL, -1 );
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment