mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
spa: bluez5: Make HFP description slightly more user-friendly
In the unknown form-factor case (which I saw on a set of headphones here, Creative Zen Hybrid Pro), let's avoid an apocryphal acronym in favour of a term that might be more familiar to the user.
This commit is contained in:
parent
5bca3731a3
commit
49a803eaa0
1 changed files with 1 additions and 1 deletions
|
|
@ -2415,7 +2415,7 @@ static struct spa_pod *build_route(struct impl *this, struct spa_pod_builder *b,
|
|||
default:
|
||||
name_prefix = "bluetooth";
|
||||
description = _("Bluetooth");
|
||||
hfp_description = _("Bluetooth (HFP)");
|
||||
hfp_description = _("Bluetooth Handsfree");
|
||||
port_type = "bluetooth";
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue