diff options
author | Jim Miller <jaggies@google.com> | 2014-07-23 16:01:06 -0700 |
---|---|---|
committer | Jim Miller <jaggies@google.com> | 2014-07-23 23:20:33 +0000 |
commit | dfd2c6f261df4d5de5111524bd6205406d0e72db (patch) | |
tree | 72e8f61a2e0edf5bc8ed1b2b2ff66b578dbb2975 /res | |
parent | 56d781b32b7aad0fb0bb41aae26ce896f1fedfdc (diff) | |
download | packages_apps_Settings-dfd2c6f261df4d5de5111524bd6205406d0e72db.zip packages_apps_Settings-dfd2c6f261df4d5de5111524bd6205406d0e72db.tar.gz packages_apps_Settings-dfd2c6f261df4d5de5111524bd6205406d0e72db.tar.bz2 |
Change wording in keyguard settings menu.
Fixes bug 15167729
Change-Id: Ie748b25667de3d237da34fc9b6a7bedad3ae1dcc
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b416ba7..76fdafc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -920,7 +920,7 @@ <string name="unlock_set_unlock_off_summary"></string> <!-- Title for preference that disables unlock security [CHAR LIMIT=22] --> - <string name="unlock_set_unlock_none_title">Slide</string> + <string name="unlock_set_unlock_none_title">Swipe</string> <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]--> <string name="unlock_set_unlock_none_summary">No security</string> @@ -950,7 +950,7 @@ <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] --> <string name="unlock_set_unlock_mode_off">None</string> <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] --> - <string name="unlock_set_unlock_mode_none">Slide</string> + <string name="unlock_set_unlock_mode_none">Swipe</string> <!-- Summary for "Configure lockscreen" when security biometric weak is enabled [CHAR LIMIT=45] --> <string name="unlock_set_unlock_mode_biometric_weak">Face Unlock</string> <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] --> |