translate="false" -> translatable="false"
Fixed a typo related to String translation
Bug: 142888682
Test: Manual
Change-Id: I495af9cd2ad6a1e99130af4af1040654478998b4
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cb608a7..483fdb5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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>