diff options
author | Michal Ratajsky <[email protected]> | 2014-11-03 16:14:47 +0100 |
---|---|---|
committer | Michal Ratajsky <[email protected]> | 2014-11-03 16:14:47 +0100 |
commit | de6e5b25ef5082ee7a8e218c28853dc52c6d944f (patch) | |
tree | 4ef618d436b852412bc25434d5919b23e9a09b3f /backends/pulse/pulse-sink.c | |
parent | 8331d79eae9391b6d158009dab4bb2798ce0ebc3 (diff) | |
download | libmatemixer-de6e5b25ef5082ee7a8e218c28853dc52c6d944f.tar.bz2 libmatemixer-de6e5b25ef5082ee7a8e218c28853dc52c6d944f.tar.xz |
Rename static port switch labels to "Connector" to match MVC
Diffstat (limited to 'backends/pulse/pulse-sink.c')
-rw-r--r-- | backends/pulse/pulse-sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++; |