Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c82962b4 authored by timhypeng's avatar timhypeng Committed by tim peng
Browse files

Update string

- merge title into body text

Bug: 131914743
Test: make -j50 RunSettingsRoboTests
Change-Id: I5298dbcc28f8ecb97f714c948cda12e040bfd391
parent 0d1dc2bd
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4937,10 +4937,8 @@
    <string name="accessibility_hearingaid_not_connected_summary">No hearing aids connected</string>
    <!-- Summary for the accessibility preference for hearing aid when adding new devices. [CHAR LIMIT=50] -->
    <string name="accessibility_hearingaid_adding_summary">Add hearing aids</string>
    <!-- Message to ask the user that if they want to pair the hearing aid, then they should find and tap the hearing aid device from the list on the next screen. [CHAR LIMIT=NONE] -->
    <string name="accessibility_hearingaid_pair_instructions_first_message">To pair your hearing aids, find and tap your device on the next screen.</string>
    <!-- Message to ask the user to make sure that their hearing aid devices are in pairing mode. [CHAR LIMIT=NONE] -->
    <string name="accessibility_hearingaid_pair_instructions_second_message">Make sure your hearing aids are in pairing mode.</string>
    <string name="accessibility_hearingaid_pair_instructions_message">To pair your hearing aids, find and tap your device on the next screen. Make sure your hearing aids are in pairing mode.</string>
    <!-- Summary for the accessibility preference for hearing aid when there is an active device. [CHAR LIMIT=50] -->
    <string name="accessibility_hearingaid_active_device_summary"><xliff:g id="device_name">%1$s</xliff:g> active</string>
    <!-- Summary for the accessibility preference for hearing aid when there are saved devices. [CHAR LIMIT=50] -->
+1 −2
Original line number Diff line number Diff line
@@ -36,8 +36,7 @@ public class HearingAidDialogFragment extends InstrumentedDialogFragment {
    @Override
    public Dialog onCreateDialog(Bundle savedInstanceState) {
        return new AlertDialog.Builder(getActivity())
                .setTitle(R.string.accessibility_hearingaid_pair_instructions_first_message)
                .setMessage(R.string.accessibility_hearingaid_pair_instructions_second_message)
                .setMessage(R.string.accessibility_hearingaid_pair_instructions_message)
                .setPositiveButton(R.string.accessibility_hearingaid_instruction_continue_button,
                        new DialogInterface.OnClickListener() {
                            public void onClick(DialogInterface dialog, int which) {