summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2016-03-22 19:02:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-22 19:02:21 +0000
commit3d1b79090584aa90881fbdd43fe8278c1e2639f7 (patch)
treec859f22d1c7f05d37cf9a4663d32dfc9881f0695 /res
parent2b79a998ef06ec2f317632f7e9271c5e8a29f5ab (diff)
parent0a9d3be7e92dce46dffeaedb1e6aefc163122bfc (diff)
Update number blocking strings
am: 0a9d3be * commit '0a9d3be7e92dce46dffeaedb1e6aefc163122bfc': Update number blocking strings
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5302b0df0..ee9418a8b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -598,6 +598,12 @@
Calls from this number will be blocked, but the caller may still be able to leave you voicemails.
</string>
+ <!-- Confirmation dialog message for blocking a number with new filtering enabled.
+ [CHAR LIMIT=NONE] -->
+ <string name="block_number_confirmation_message_new_filtering">
+ You will no longer receive calls or texts from this number.
+ </string>
+
<!-- Block number alert dialog button [CHAR LIMIT=32] -->
<string name="block_number_ok">BLOCK</string>
@@ -605,12 +611,6 @@
<string name="unblock_number_confirmation_title">Unblock
<xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string>
- <!-- Confirmation dialog message for unblocking a number.
- [CHAR LIMIT=NONE] -->
- <string name="unblock_number_confirmation_message">
- This number will no longer be blocked from calling you.
- </string>
-
<!-- Unblock number alert dialog button [CHAR LIMIT=32] -->
<string name="unblock_number_ok">UNBLOCK</string>