summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-08-08 08:36:26 -0700
committerPauloftheWest <paulofthewest@google.com>2014-08-08 09:34:15 -0700
commited7b44d83ded493c089b2f22850a3d48d5e7e609 (patch)
treeab3162e3f5e6a360bf54c2d025409c9c5856845a /res/values
parentb5fca45768d36552ce74785dfbc9d7da7ce67bea (diff)
downloadpackages_apps_Settings-ed7b44d83ded493c089b2f22850a3d48d5e7e609.zip
packages_apps_Settings-ed7b44d83ded493c089b2f22850a3d48d5e7e609.tar.gz
packages_apps_Settings-ed7b44d83ded493c089b2f22850a3d48d5e7e609.tar.bz2
Fixed Bluetooth renaming bug.
+ After renaming your Bluetooth device, the title of the Bluetooth Activity stays "Bluetooth" instead of changing to the new name. + After renaming the device, the status at the bottom Bluetooth Settings is correctly displayed. Bug: 16463239 Change-Id: Ifb12df2004fe1f89bd6f918e23c2c64ae08a0191
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5b0950a..d2a2f5d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -264,9 +264,7 @@
<!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
<string name="bluetooth_scan_for_devices">Scan for devices</string>
<!-- Bluetooth settings screen, menu item to change this device's Bluetooth name. [CHAR LIMIT=30] -->
- <string name="bluetooth_rename_device" product="tablet">Rename tablet</string>
- <!-- Bluetooth settings screen, menu item to change this device's Bluetooth name. [CHAR LIMIT=30] -->
- <string name="bluetooth_rename_device" product="default">Rename phone</string>
+ <string name="bluetooth_rename_device">Rename this device</string>
<!-- Bluetooth settings screen, confirmation button for rename device dialog. [CHAR LIMIT=20] -->
<string name="bluetooth_rename_button">Rename</string>
<!-- Bluetooth settings. Dialog title to confirm disconnecting from all profiles of a device. [CHAR LIMIT=30] -->