summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-06-25 10:45:50 -0700
committerWalter Jang <wjang@google.com>2015-06-25 11:50:06 -0700
commitc4cecc7e7534c7f5d887222d9e6f1a43364f7665 (patch)
treea380cf6356100aecaa4e2af053fcb33a1bee7d4a /res
parentf15ef92cecfb6c9fde7fef3103bc9a2db0fa38bf (diff)
downloadpackages_apps_Contacts-c4cecc7e7534c7f5d887222d9e6f1a43364f7665.tar.gz
packages_apps_Contacts-c4cecc7e7534c7f5d887222d9e6f1a43364f7665.tar.bz2
packages_apps_Contacts-c4cecc7e7534c7f5d887222d9e6f1a43364f7665.zip
Show google account types on editor as "account" instead of "contact"
Also, missed the copy of the account type display lable setting logic for read-only contacts in ag/712716 so replacing that with the static utility method. Bug 18719390 Bug 21637149 Change-Id: I112b32a25d4d3682ca8e58ef327660bd163cb273
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9e76bd383..936f093a9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -397,6 +397,9 @@
<!-- String describing which account type a contact came from when editing it -->
<string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
+ <!-- String describing that a contact came from the google account type when editing it. -->
+ <string name="google_account_type_format"><xliff:g id="source" example="Google">%1$s</xliff:g> account</string>
+
<!-- String describing which account a contact came from when editing it -->
<string name="from_account_format"><xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string>