diff options
author | Wei Wang <weiwa@google.com> | 2014-03-03 14:58:54 -0800 |
---|---|---|
committer | Wei Wang <weiwa@google.com> | 2014-03-03 17:43:19 -0800 |
commit | d952fb07fdd5b8510c6b421629563eb0dd1931ec (patch) | |
tree | 1a4cf0da0b612a592fe9aa42d2ca369adc1ad365 /res/values | |
parent | e690fe8999717fdee62caa13e075a86753aaf916 (diff) | |
download | packages_apps_Settings-d952fb07fdd5b8510c6b421629563eb0dd1931ec.zip packages_apps_Settings-d952fb07fdd5b8510c6b421629563eb0dd1931ec.tar.gz packages_apps_Settings-d952fb07fdd5b8510c6b421629563eb0dd1931ec.tar.bz2 |
Change bluetooth off display message.
Change-Id: I71ef30fbb005c60efe1497a33d1758be07c7f1a8
Diffstat (limited to 'res/values')
-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 e60a9e6..f95f881 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1147,7 +1147,7 @@ <!-- Bluetooth settings. Title of the advanced bluetooth settings screen [CHAR LIMIT=30]--> <string name="bluetooth_advanced_titlebar">Advanced Bluetooth</string> <!-- Bluetooth settings. Text displayed when Bluetooth is off and device list is empty [CHAR LIMIT=50]--> - <string name="bluetooth_empty_list_bluetooth_off">To see devices, turn Bluetooth on.</string> + <string name="bluetooth_empty_list_bluetooth_off">When Bluetooth is turned on, your device can communicate with other nearby Bluetooth devices.</string> <!-- Bluetooth settings. The title of the screen to pick which profiles to connect to on the device. For example, headphones may have both A2DP and headset, this allows the user to choose which one he wants to connect to. --> |