diff options
author | Eric Fischer <enf@google.com> | 2012-06-08 15:06:30 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2012-06-08 15:06:30 -0700 |
commit | 1e7fa779f95a37cc9f47537afdd05763d253f2ce (patch) | |
tree | e3ab92f461fc4061332c10390003b3e32fa5fafe /res/values/strings.xml | |
parent | acd377718479fe0d4f093c2f2f5326e59e31ff63 (diff) | |
download | packages_apps_settings-1e7fa779f95a37cc9f47537afdd05763d253f2ce.zip packages_apps_settings-1e7fa779f95a37cc9f47537afdd05763d253f2ce.tar.gz packages_apps_settings-1e7fa779f95a37cc9f47537afdd05763d253f2ce.tar.bz2 |
Add ID to copy translation from to string that is not translated yet.
Change-Id: If2fcdeb8ea6fb10a5abb04f3f5e654c03332bd2e
Diffstat (limited to 'res/values/strings.xml')
-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 7aa2b8a..334c4d4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -647,7 +647,7 @@ <!-- On the security settings screen when using face unlock. This checkbox is used to toggle whether liveliness detection is required. If it is checked the user must blink during unlock to prove it's not a photo --> <string name="biometric_weak_liveliness_title">Liveness check</string> <!-- On the security settings screen when using face unlock. The summary of the liveliness checkbox --> - <string name="biometric_weak_liveliness_summary">Require eye blink while unlocking</string> + <string name="biometric_weak_liveliness_summary" msgid="7980026533493781616">Require eye blink while unlocking</string> <!-- Security settings screen, setting option name to change screen timeout --> <string name="lock_after_timeout">Automatically lock</string> |