diff options
Diffstat (limited to 'backends/oss')
-rw-r--r-- | backends/oss/oss-stream.c | 2 |
1 files changed, 1 insertions, 1 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); |