Reworded message asking permission to turn on Bluetooth

Bug: 15829167
Change-Id: I99f27f31664b7363d0f5268ecd5fbcc864dfd989
This commit is contained in:
PauloftheWest
2014-07-14 06:49:26 -07:00
parent 61d97ddda8
commit ca17156229

View File

@@ -317,8 +317,8 @@
<!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode --> <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
<string name="bluetooth_permission_request">"Bluetooth permission request"</string> <string name="bluetooth_permission_request">"Bluetooth permission request"</string>
<!-- Strings for asking to the user whether to allow an app to enable bluetooth --> <!-- This string asks the user whether or not to allow an app to enable bluetooth. [CHAR LIMIT=100] -->
<string name="bluetooth_ask_enablement">An app wants to turn on Bluetooth.</string> <string name="bluetooth_ask_enablement">An app wants to turn Bluetooth ON for this device.</string>
<!-- String for informing the user that bluetooth devices must be granted permission. [CHAR LIMIT=100] --> <!-- String for informing the user that bluetooth devices must be granted permission. [CHAR LIMIT=100] -->
<string name="bluetooth_message_access_notice">Bluetooth devices must ask for permission before accessing available accounts.</string> <string name="bluetooth_message_access_notice">Bluetooth devices must ask for permission before accessing available accounts.</string>