diff options
author | Amith Yamasani <yamasani@google.com> | 2012-09-27 14:50:13 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2012-09-27 14:50:13 -0700 |
commit | 8666b9e170c23a9595d611a49b7c8262e357ced1 (patch) | |
tree | 6b9dbad69bba1da1157477dc862e6146b6099eaf /res | |
parent | bfb5fa9ec37d58101febd13a334707f8f7e341f5 (diff) | |
download | packages_apps_settings-8666b9e170c23a9595d611a49b7c8262e357ced1.zip packages_apps_settings-8666b9e170c23a9595d611a49b7c8262e357ced1.tar.gz packages_apps_settings-8666b9e170c23a9595d611a49b7c8262e357ced1.tar.bz2 |
Rename "Owner info" to "User info" for secondary users
Bug: 7237781
Change-Id: I40207d6aa34bf3b7403f077fc7f3a945d739269d
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index fb7ff14..8aa3e2c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -666,6 +666,10 @@ <string name="owner_info_settings_summary"></string> <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] --> <string name="owner_info_settings_edit_text_hint">Type text to display on the lock screen</string> + <!-- Text shown next to checkbox for showing user info on LockScreen [CHAR LIMIT=50]--> + <string name="show_user_info_on_lockscreen_label">Show user info on lock screen</string> + <!-- Text shown for title of user info setting [CHAR LIMIT=20]--> + <string name="user_info_settings_title">User info</string> <!-- Main Settings screen setting option title for the item to take you to the location screen --> <string name="location_settings_title">Location access</string> <!-- Main Settings screen setting option title for the item to take you to the security screen --> |