diff options
author | Jim Miller <jaggies@google.com> | 2011-09-27 16:35:46 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2011-09-27 16:39:20 -0700 |
commit | a277b56425018875625c2cd1b9b268e6dd044364 (patch) | |
tree | c6776f30d425c48bca9f6ec3ecade52c3984eb79 /res/values | |
parent | df5ab21d21fac3107fed231d4469e5bc26a089f6 (diff) | |
download | packages_apps_settings-a277b56425018875625c2cd1b9b268e6dd044364.zip packages_apps_settings-a277b56425018875625c2cd1b9b268e6dd044364.tar.gz packages_apps_settings-a277b56425018875625c2cd1b9b268e6dd044364.tar.bz2 |
Fix 5287113: rename "FaceLock" to "Face Unlock" in Settings
Change-Id: If42c7c12e5084f5c18d0959a1c1a0c538aed8ac0
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 8bb7f32..e0d3b94 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -788,7 +788,7 @@ <string name="unlock_set_unlock_launch_picker_enable_summary">Choose a method to lock the screen</string> <!-- Info explaining the backup lock which is used for facelock --> - <string name="unlock_backup_info_summary">When conditions for FaceLock aren\'t ideal, how do you want to unlock?</string> + <string name="unlock_backup_info_summary">When conditions for Face Unlock aren\'t ideal, how do you want to unlock?</string> <!-- Title for preference that disables unlock security [CHAR LIMIT=22] --> <string name="unlock_set_unlock_off_title">None</string> @@ -801,7 +801,7 @@ <string name="unlock_set_unlock_none_summary">No security</string> <!-- Title for preference that guides the user through a weak biometric lock [CHAR LIMIT=22] --> - <string name="unlock_set_unlock_biometric_weak_title">FaceLock</string> + <string name="unlock_set_unlock_biometric_weak_title">Face Unlock</string> <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]--> <string name="unlock_set_unlock_biometric_weak_summary">Low security, experimental</string> @@ -828,7 +828,7 @@ <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] --> <string name="unlock_set_unlock_mode_none">Slide</string> <!-- Summary for "Configure lockscreen" when security biometric weak is enabled [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_mode_biometric_weak">FaceLock</string> + <string name="unlock_set_unlock_mode_biometric_weak">Face Unlock</string> <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] --> <string name="unlock_set_unlock_mode_pattern">Secured with pattern</string> <!-- Summary for "Configure lockscreen" when security PIN is enabled [CHAR LIMIT=45] --> |