From de6e5b25ef5082ee7a8e218c28853dc52c6d944f Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Mon, 3 Nov 2014 16:14:47 +0100 Subject: Rename static port switch labels to "Connector" to match MVC --- backends/oss/oss-stream.c | 2 +- backends/pulse/pulse-sink.c | 2 +- backends/pulse/pulse-source.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backends/oss/oss-stream.c b/backends/oss/oss-stream.c index 227c88b..8755b13 100644 --- a/backends/oss/oss-stream.c +++ b/backends/oss/oss-stream.c @@ -204,7 +204,7 @@ oss_stream_set_switch_data (OssStream *stream, gint fd, GList *options) /* Takes ownership of options */ stream->priv->swtch = oss_switch_new (OSS_STREAM_SWITCH_NAME, - _("Capture Source"), + _("Connector"), fd, options); diff --git a/backends/pulse/pulse-sink.c b/backends/pulse/pulse-sink.c index 14be2e8..d5b7478 100644 --- a/backends/pulse/pulse-sink.c +++ b/backends/pulse/pulse-sink.c @@ -146,7 +146,7 @@ pulse_sink_new (PulseConnection *connection, pa_sink_port_info **ports = info->ports; /* Create the port switch */ - sink->priv->pswitch = pulse_sink_switch_new ("port", _("Port"), sink); + sink->priv->pswitch = pulse_sink_switch_new ("port", _("Connector"), sink); while (*ports != NULL) { pa_sink_port_info *p = *ports++; diff --git a/backends/pulse/pulse-source.c b/backends/pulse/pulse-source.c index 61526f5..bb2775c 100644 --- a/backends/pulse/pulse-source.c +++ b/backends/pulse/pulse-source.c @@ -143,7 +143,7 @@ pulse_source_new (PulseConnection *connection, pa_source_port_info **ports = info->ports; /* Create the port switch */ - source->priv->pswitch = pulse_source_switch_new ("port", _("Port"), source); + source->priv->pswitch = pulse_source_switch_new ("port", _("Connector"), source); while (*ports != NULL) { pa_source_port_info *p = *ports++; -- cgit v1.2.1