mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -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;
|
break;
|
||||||
case SPA_BT_FORM_FACTOR_HEADPHONE:
|
case SPA_BT_FORM_FACTOR_HEADPHONE:
|
||||||
name_prefix = "headphone";
|
name_prefix = "headphone";
|
||||||
description = _("Headphone");
|
description = _("Headphones");
|
||||||
hfp_description = _("Handsfree");
|
hfp_description = _("Handsfree");
|
||||||
port_type = "headphones";
|
port_type = "headphones";
|
||||||
break;
|
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:
|
case SPA_BT_FORM_FACTOR_HANDSFREE:
|
||||||
port_icon_name = spa_bt_form_factor_icon_name(SPA_BT_FORM_FACTOR_HEADPHONE);
|
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 */
|
/* Don't call it "headset", the HF one has the mic */
|
||||||
description = _("Headphone");
|
description = _("Headphones");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue