summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-source.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/pulse/pulse-source.c')
-rw-r--r--backends/pulse/pulse-source.c2
1 files changed, 1 insertions, 1 deletions
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++;