diff options
author | Andrew Lee <anwlee@google.com> | 2015-10-26 20:45:05 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-10-26 20:45:05 +0000 |
commit | 8aa0a941f872b491e19a7afec43141973019d455 (patch) | |
tree | 3c62f7825de024e2a66e7dfe73953fce8f52fe30 | |
parent | a7aeaf5f5cbb55710a8ba1773fbb2880f5929d29 (diff) | |
parent | a898ad1f589c6dd2e94aed284208fe546fcbc0b4 (diff) |
Merge "Change call blocking setting string." into ub-contactsdialer-a-dev
-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 2db234781..086145edb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -852,10 +852,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. |