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

Commit 25c4ff80 authored by hughchen's avatar hughchen
Browse files

Update display name of MediaDevice

- Rename "This device" to "Phone speaker".
- Add "Wired audio device"

Bug: 149879074
Test: build pass
Change-Id: I7c4ec5ee90cbc248a5149bf3d232e8d27684e99f
parent be0c0710
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1260,9 +1260,12 @@
    <!-- The notice header of Third-party licenses. not translatable -->
    <string name="notice_header" translatable="false"></string>

    <!-- Name of the this device. [CHAR LIMIT=30] -->
    <string name="media_transfer_this_device_name">This device</string>
    <!-- Name of the phone device. [CHAR LIMIT=30] -->
    <string name="media_transfer_this_device_name">Phone speaker</string>

    <!-- Warning message to tell user is have problem during profile connect, it need to turn off device and back on. [CHAR_LIMIT=NONE] -->
    <string name="profile_connect_timeout_subtext">Problem connecting. Turn device off &amp; back on</string>

    <!-- Name of the 3.5mm audio device. [CHAR LIMIT=40] -->
    <string name="media_transfer_wired_device_name">Wired audio device</string>
</resources>