summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorArtem Shvadskiy <ashvadskiy@cyngn.com>2016-05-18 17:37:05 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-05-20 12:19:06 -0700
commitde14363878ea77eb3975358222077d7d3ed582dd (patch)
treea1b0a77a222e573dbc9357343d2229bcbaaa88b0 /res
parent746e8d40e4ada8d9a90c63c78c13b40fe63ccb3f (diff)
downloadandroid_packages_apps_Dialer-de14363878ea77eb3975358222077d7d3ed582dd.tar.gz
android_packages_apps_Dialer-de14363878ea77eb3975358222077d7d3ed582dd.tar.bz2
android_packages_apps_Dialer-de14363878ea77eb3975358222077d7d3ed582dd.zip
Add negative option to caller info disable dialog
Change-Id: Ia0c420f89e22467f2a19c879c47e812c10f88945 issue-id: OPO-724
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index fe459651d..845870fbe 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -136,7 +136,8 @@
<!-- CallerInfo Provider Settings strings -->
<string name="callerinfo_provider_auth_yes">Yes</string>
- <string name="callerinfo_provider_auth_no">No thanks</string>
+ <string name="callerinfo_provider_auth_no">No</string>
+ <string name="callerinfo_provider_auth_no_thanks">No thanks</string>
<string name="callerinfo_provider_auth_access"><xliff:g id="provider_name">%s</xliff:g> will have access to your contacts, Me profile, and Cyanogen OS account, which may include your email address.</string>
<string name="callerinfo_provider_auth_learn_more">Learn more</string>
<string name="callerinfo_provider_auth_desc">Welcome! Would you like <xliff:g id="provider_name">%s</xliff:g> to identify unknown callers and block unwanted calls?</string>