Commit 6dd0250f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

modules/services_discovery/sap.c: "SAP" seems to be a better name than "SAP sessions" to me.

parent f7bf7678
...@@ -303,7 +303,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -303,7 +303,7 @@ static int Open( vlc_object_t *p_this )
p_sys->b_timeshift = var_CreateGetInteger( p_sd, "sap-timeshift" ); p_sys->b_timeshift = var_CreateGetInteger( p_sd, "sap-timeshift" );
/* Set our name */ /* Set our name */
services_discovery_SetLocalizedName( p_sd, _("SAP sessions") ); services_discovery_SetLocalizedName( p_sd, _("SAP") );
p_sys->i_announces = 0; p_sys->i_announces = 0;
p_sys->pp_announces = NULL; p_sys->pp_announces = NULL;
......
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