diff options
author | Eric Fischer <enf@google.com> | 2011-10-17 11:28:34 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2011-10-17 11:28:34 -0700 |
commit | e5bfb640fbf543494e45c4db139477b262879d26 (patch) | |
tree | f2779bac89b088f563ef0b244a3fc21fcc4a252d /res | |
parent | 7ea58d31646bcfbcdd9ddd0bfdc685ed7ab3f1d8 (diff) | |
download | packages_apps_Settings-e5bfb640fbf543494e45c4db139477b262879d26.zip packages_apps_Settings-e5bfb640fbf543494e45c4db139477b262879d26.tar.gz packages_apps_Settings-e5bfb640fbf543494e45c4db139477b262879d26.tar.bz2 |
Fix capitalization of Face Unlock.
Bug 5447766
Change-Id: I4a91bd00bb09251af170ca054a8aa0bd88c5eec0
Diffstat (limited to 'res')
-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 b23e212..b0f2102 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -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">Face unlock</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> |