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

Commit 7d85745b authored by Marco Brohet's avatar Marco Brohet Committed by Steve Kondik
Browse files

Bluetooth: Fix translatables

Change-Id: I13d93bcaf32e97f92e30f3822440aa2bef900c35
parent 0f8186a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -221,12 +221,12 @@
    <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>

</resources>