diff options
author | Wei Wang <weiwa@google.com> | 2014-01-16 23:26:57 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-01-16 23:26:57 +0000 |
commit | e179bb01330cc409c6a8044270c743bb30d4c6f9 (patch) | |
tree | 2ab62a0c12d20e2a0e0d27457cf2bc7b6da038b5 /res | |
parent | c1405900609f9cc42280a6eee0cf2f44dd6ca9f7 (diff) | |
parent | aa6e665a02b288132bd0e214161bbc42aa42a990 (diff) | |
download | packages_apps_Settings-e179bb01330cc409c6a8044270c743bb30d4c6f9.tar.gz packages_apps_Settings-e179bb01330cc409c6a8044270c743bb30d4c6f9.tar.bz2 packages_apps_Settings-e179bb01330cc409c6a8044270c743bb30d4c6f9.zip |
Merge "Fix misspell of "otherdevices""
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 f041f6f5f..4fc708fc1 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] --> |