summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTa-wei Yen <twyen@google.com>2016-03-22 10:33:44 -0700
committerTa-wei Yen <twyen@google.com>2016-03-22 18:57:54 +0000
commit0a9d3be7e92dce46dffeaedb1e6aefc163122bfc (patch)
treec9685eb16f47bbcfc996c27b5ca9e5050b90184c /res/values
parent47af91907bc39b7b94173cc14809b932f516b1a2 (diff)
downloadandroid_packages_apps_Dialer-0a9d3be7e92dce46dffeaedb1e6aefc163122bfc.tar.gz
android_packages_apps_Dialer-0a9d3be7e92dce46dffeaedb1e6aefc163122bfc.tar.bz2
android_packages_apps_Dialer-0a9d3be7e92dce46dffeaedb1e6aefc163122bfc.zip
Update number blocking strings
+ No message string for unblocking, same as new filtering. + String for blocking with new filtering Fixes:27703247 Change-Id: I4622d9223e03e3c3f207da581ce5b28ee4aa2b42 (cherry picked from commit f0f07d585c95d2bda8a59e9dcffdb687cb21c0fa)
Diffstat (limited to 'res/values')
-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>