diff options
author | Svetoslav <svetoslavganov@google.com> | 2015-06-27 00:32:11 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-27 00:32:13 +0000 |
commit | f73e4644a36e392ed737b15f4a2fc0ea32a1410e (patch) | |
tree | df063d540da1e8958e9ae1eb3b5297932c36ab39 | |
parent | d5f387bc5f41dce790076ab5f6a242ec4f6cc792 (diff) | |
parent | b134c16b37d501dffe539ebf57345d5cfaf89b22 (diff) | |
download | frameworks_base-f73e4644a36e392ed737b15f4a2fc0ea32a1410e.zip frameworks_base-f73e4644a36e392ed737b15f4a2fc0ea32a1410e.tar.gz frameworks_base-f73e4644a36e392ed737b15f4a2fc0ea32a1410e.tar.bz2 |
Merge "Update the sensors group label" into mnc-dev
-rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 5c974bd..5288fa3 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -584,7 +584,7 @@ <string name="permgroupdesc_phone">make and manage phone calls</string> <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> - <string name="permgrouplab_sensors">Sensors</string> + <string name="permgrouplab_sensors">Body Sensors</string> <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> <string name="permgroupdesc_sensors">access sensor data about your vital signs</string> |