diff options
author | Andrew Lee <anwlee@google.com> | 2015-10-26 13:38:35 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-10-26 13:38:35 -0700 |
commit | a898ad1f589c6dd2e94aed284208fe546fcbc0b4 (patch) | |
tree | 27793e9ad7f8473ca629872dfebcc1786b926ef7 | |
parent | d625d28ec6cf22c128d0ef0b8e64a9fff4b64aec (diff) |
Change call blocking setting string.
Bug: 25154882
Change-Id: I70d031dcf62a183efc4b830a2292e28917bc5279
-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 9c70dd46a..0ebb9a8ff 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -837,10 +837,10 @@ You previously marked some callers to be automatically sent to voicemail via other apps. </string> - <!-- Text for a setting to hide blocked calls and automatically delete voicemail from block + <!-- Text for a setting to hide blocked calls and automatically delete new voicemail from block numbers. [CHAR LIMIT=NONE] --> <string name="blocked_call_settings_hide_setting"> - Hide calls and delete voicemails from blocked numbers. + Hide calls and automatically delete new voicemails from blocked numbers. </string> <!-- Label for button to view numbers of contacts previous marked to be sent to voicemail. |