diff options
author | John Spurlock <jspurlock@google.com> | 2014-04-23 11:37:27 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-04-23 11:37:27 -0400 |
commit | 6d26d10fb3e5e2e491d1da0881eda192d30eec04 (patch) | |
tree | 8ea677d6ade92e7e6ce3e46719f9b0860d36538a /res/values/strings.xml | |
parent | 400899efa5b71bab9143a276fd3d29ecc7c2a4b5 (diff) | |
download | packages_apps_Settings-6d26d10fb3e5e2e491d1da0881eda192d30eec04.zip packages_apps_Settings-6d26d10fb3e5e2e491d1da0881eda192d30eec04.tar.gz packages_apps_Settings-6d26d10fb3e5e2e491d1da0881eda192d30eec04.tar.bz2 |
Notification settings: update lockscreen option language.
When device is locked:
- Show all notification content
- Hide sensitive notification content
Change-Id: I641bca5f1b5f0ab1b2dc381fc0af7f32a9f2bc6d
Diffstat (limited to 'res/values/strings.xml')
-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 dd980f9..094f44f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5030,15 +5030,15 @@ <!-- Notifications on lockscreen --> <!-- Label for checkbox controlling the contents of notifications shown on the secure lockscreen [CHAR LIMIT=25] --> - <string name="lock_screen_notifications">Show on lock screen</string> + <string name="lock_screen_notifications">When device is locked</string> <!-- Summary for lock_screen_notifications: sensitive information will be hidden or redacted from notifications shown on a secure lock screen [CHAR LIMIT=50] --> - <string name="lock_screen_notifications_summary_off">Unless content is sensitive</string> + <string name="lock_screen_notifications_summary_hide">Hide sensitive notification content</string> <!-- Summary for lock_screen_notifications: all information will be shown in notifications shown on a secure lock screen [CHAR LIMIT=50] --> - <string name="lock_screen_notifications_summary_on">All notifications</string> + <string name="lock_screen_notifications_summary_show">Show all notification content</string> <!-- [CHAR LIMIT=30] Notification settings screen, setting option name --> <string name="title_zen_mode">Do not disturb</string> |