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

Commit 328c5446 authored by Edward Savage-Jones's avatar Edward Savage-Jones Committed by Ed Savage-Jones
Browse files

translate="false" -> translatable="false"

Fixed a typo related to String translation

Bug: 142888682
Test: Manual
Change-Id: I495af9cd2ad6a1e99130af4af1040654478998b4
parent 2186d334
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -228,13 +228,13 @@
    <string name="transfer_clear_dlg_title">Clear</string>

     <!-- Do not translate. file name used for sharing. -->
    <string name="bluetooth_share_file_name" translate="false">bluetooth_content_share</string>
    <string name="bluetooth_share_file_name" translatable="false">bluetooth_content_share</string>

    <!-- Used to run Bluetooth.apk in another process if needed -->
    <!-- Do not translate. android:sharedUserId string of this application. -->
    <string name="sharedUserId" translate="false"><xliff:g id="x" /></string>
    <string name="sharedUserId" translatable="false"><xliff:g id="x" /></string>
    <!-- Do not translate. android:process of this application. -->
    <string name="process" translate="false"><xliff:g id="x" /></string>
    <string name="process" translatable="false"><xliff:g id="x" /></string>


    <string name="bluetooth_a2dp_sink_queue_name">Now Playing</string>