diff options
author | Wei Wang <weiwa@google.com> | 2014-01-16 14:09:14 -0800 |
---|---|---|
committer | Wei Wang <weiwa@google.com> | 2014-01-16 22:13:38 +0000 |
commit | aa6e665a02b288132bd0e214161bbc42aa42a990 (patch) | |
tree | 658509ac5c7063af0e1e78f4aa1cfb1b1c5fdf4a /res | |
parent | ab4029665bf231459b6a0da34a47e795412c7a57 (diff) | |
download | packages_apps_Settings-aa6e665a02b288132bd0e214161bbc42aa42a990.zip packages_apps_Settings-aa6e665a02b288132bd0e214161bbc42aa42a990.tar.gz packages_apps_Settings-aa6e665a02b288132bd0e214161bbc42aa42a990.tar.bz2 |
Fix misspell of "otherdevices"
Bug: 12569650
Change-Id: I2c75ddfed22ded6a15291956c0c167acf6d67b0b
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f041f6f..4fc708f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -337,7 +337,7 @@ <!-- Strings for asking to the user whether to allow an app to start broadcasting --> <string name="bluetooth_ask_start_broadcast" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth broadcasting to communicate with other devices nearby. You can change this later in Bluetooth settings.</string> <!-- Strings for asking to the user whether to allow an app to enable bluetooth and start broadcasting --> - <string name="bluetooth_ask_enablement_and_start_broadcast" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth and Bluetooth broadcasting to communicate with otherdevices nearby. You can change this later in Bluetooth settings.</string> + <string name="bluetooth_ask_enablement_and_start_broadcast" product="default"><xliff:g id="app_name">%1$s</xliff:g> wants to turn on Bluetooth and Bluetooth broadcasting to communicate with other devices nearby. You can change this later in Bluetooth settings.</string> <!-- Strings for bluetooth broadcasting explanation --> <string name="bluetooth_broadcasting_explaination" product="default">When this feature is turned on, your phone can communicate with other devices nearby.\n\nBroadcasting uses low-power Bluetooth signals.</string> <!-- Strings for msg to display to user while bluetooth is turning on [CHAR LIMIT=60] --> |