diff options
| author | 2023-05-26 15:48:08 +0800 | |
|---|---|---|
| committer | 2023-05-31 19:31:28 +0800 | |
| commit | c4142051a3854ec6b75af7f35561dc46f28e8392 (patch) | |
| tree | 0ba6693efbb3ee598e1383cdea94233d332e648e | |
| parent | 3f67f52cf2b691547485ba8a2b477ecb7472000a (diff) | |
Update "Hearing Aids" into "Hearing aids"
"Hearing Aid" is against Glossary. The 'A' in Aid should not be in upper case
Bug: 284413859
Test: flash rom and check UI
Change-Id: If0e25907d2f75b5c216879fd9e0857f52ad879c8
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 12 | ||||
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index f581091f0f3e..d486c9ff2080 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -241,12 +241,12 @@ <!-- Bluetooth settings. Similar to bluetooth_profile_a2dp_high_quality, but used when the device supports high quality audio but we don't know which codec that will be used. --> <string name="bluetooth_profile_a2dp_high_quality_unknown_codec">HD audio</string> - <!-- Bluetooth settings. The user-visible string that is used whenever referring to the Hearing Aid profile. --> - <string name="bluetooth_profile_hearing_aid">Hearing Aids</string> + <!-- Bluetooth settings. The user-visible string that is used whenever referring to the Hearing aid profile. --> + <string name="bluetooth_profile_hearing_aid">Hearing aids</string> <!-- Bluetooth settings. The user-visible string that is used whenever referring to the LE audio profile. --> <string name="bluetooth_profile_le_audio">LE Audio</string> - <!-- Bluetooth settings. Connection options screen. The summary for the Hearing Aid checkbox preference when Hearing Aid is connected. --> - <string name="bluetooth_hearing_aid_profile_summary_connected">Connected to Hearing Aids</string> + <!-- Bluetooth settings. Connection options screen. The summary for the Hearing aid checkbox preference when hearing aid is connected. --> + <string name="bluetooth_hearing_aid_profile_summary_connected">Connected to hearing aids</string> <!-- Bluetooth settings. Connection options screen. The summary for the LE audio checkbox preference when LE audio is connected. --> <string name="bluetooth_le_audio_profile_summary_connected">Connected to LE audio</string> @@ -287,8 +287,8 @@ for the HID checkbox preference that describes how checking it will set the HID profile as preferred. --> <string name="bluetooth_hid_profile_summary_use_for">Use for input</string> - <!-- Bluetooth settings. Connection options screen. The summary for the Hearing Aid checkbox preference that describes how checking it will set the Hearing Aid profile as preferred. --> - <string name="bluetooth_hearing_aid_profile_summary_use_for">Use for Hearing Aids</string> + <!-- Bluetooth settings. Connection options screen. The summary for the Hearing aid checkbox preference that describes how checking it will set the hearing aid related profile as preferred. --> + <string name="bluetooth_hearing_aid_profile_summary_use_for">Use for hearing aids</string> <!-- Bluetooth settings. Connection options screen. The summary for the LE_AUDIO checkbox preference that describes how checking it will set the LE_AUDIO profile as preferred. --> <string name="bluetooth_le_audio_profile_summary_use_for">Use for LE_AUDIO</string> diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index e8b9f2a35659..43eea131d7f1 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -613,8 +613,8 @@ <string name="quick_settings_bluetooth_secondary_label_headset">Headset</string> <!-- QuickSettings: Bluetooth secondary label for an input/IO device being connected [CHAR LIMIT=20]--> <string name="quick_settings_bluetooth_secondary_label_input">Input</string> - <!-- QuickSettings: Bluetooth secondary label for a Hearing Aids device being connected [CHAR LIMIT=20]--> - <string name="quick_settings_bluetooth_secondary_label_hearing_aids">Hearing Aids</string> + <!-- QuickSettings: Bluetooth secondary label for a Hearing aids device being connected [CHAR LIMIT=20]--> + <string name="quick_settings_bluetooth_secondary_label_hearing_aids">Hearing aids</string> <!-- QuickSettings: Bluetooth secondary label shown when bluetooth is being enabled [CHAR LIMIT=NONE] --> <string name="quick_settings_bluetooth_secondary_label_transient">Turning on…</string> <!-- QuickSettings: Brightness [CHAR LIMIT=NONE] --> |