summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
diff options
context:
space:
mode:
authorArtem Shvadskiy <ashvadskiy@cyngn.com>2016-05-20 12:37:17 -0700
committerArtem Shvadskiy <ashvadskiy@cyngn.com>2016-05-20 12:52:40 -0700
commite41bb9ba6fbc8c10baebdd31e43bccdd034d1a96 (patch)
tree4650870387db1d68db27c687e35d4b40bc27ca6d /res/values/cm_strings.xml
parentde14363878ea77eb3975358222077d7d3ed582dd (diff)
downloadandroid_packages_apps_Dialer-e41bb9ba6fbc8c10baebdd31e43bccdd034d1a96.tar.gz
android_packages_apps_Dialer-e41bb9ba6fbc8c10baebdd31e43bccdd034d1a96.tar.bz2
android_packages_apps_Dialer-e41bb9ba6fbc8c10baebdd31e43bccdd034d1a96.zip
Refactor CallerInfo strings to simplify translations
Reverting back to original string definition before change caused by Ia0c420f89e22467f2a19c879c47e812c10f88945 Change-Id: Iaf090024807e9e5529e53f3ada11b220af6773d3 issue-id: OPO-724
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r--res/values/cm_strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 845870fbe..f7bd4d777 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -136,8 +136,8 @@
<!-- CallerInfo Provider Settings strings -->
<string name="callerinfo_provider_auth_yes">Yes</string>
- <string name="callerinfo_provider_auth_no">No</string>
- <string name="callerinfo_provider_auth_no_thanks">No thanks</string>
+ <string name="callerinfo_provider_auth_no_short">No</string>
+ <string name="callerinfo_provider_auth_no">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>