mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
pactl: Fix a copy-paster error
This commit is contained in:
parent
515e9d43c4
commit
85891571f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1137,7 +1137,7 @@ static const char *subscription_event_facility_to_string(pa_subscription_event_t
|
||||||
return _("server");
|
return _("server");
|
||||||
|
|
||||||
case PA_SUBSCRIPTION_EVENT_CARD:
|
case PA_SUBSCRIPTION_EVENT_CARD:
|
||||||
return _("server");
|
return _("card");
|
||||||
}
|
}
|
||||||
|
|
||||||
return _("unknown");
|
return _("unknown");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue