mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: fix spelling "Headphone" -> "Headphones"
"Headphone" is usually plural
This commit is contained in:
parent
270eda63a9
commit
584ea400c3
1 changed files with 2 additions and 2 deletions
|
|
@ -2210,7 +2210,7 @@ static struct spa_pod *build_route(struct impl *this, struct spa_pod_builder *b,
|
|||
break;
|
||||
case SPA_BT_FORM_FACTOR_HEADPHONE:
|
||||
name_prefix = "headphone";
|
||||
description = _("Headphone");
|
||||
description = _("Headphones");
|
||||
hfp_description = _("Handsfree");
|
||||
port_type = "headphones";
|
||||
break;
|
||||
|
|
@ -2275,7 +2275,7 @@ static struct spa_pod *build_route(struct impl *this, struct spa_pod_builder *b,
|
|||
case SPA_BT_FORM_FACTOR_HANDSFREE:
|
||||
port_icon_name = spa_bt_form_factor_icon_name(SPA_BT_FORM_FACTOR_HEADPHONE);
|
||||
/* Don't call it "headset", the HF one has the mic */
|
||||
description = _("Headphone");
|
||||
description = _("Headphones");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue