summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-06-25 21:06:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-25 21:06:40 +0000
commitec37c52bc88e1edb36c1b2c9e7c3022702f33404 (patch)
tree2a14ebe4446b2c860a81c203676a9efdc3071461 /res
parentd41c78e6ffac08aa314613a3b748acd75f705775 (diff)
parentc4cecc7e7534c7f5d887222d9e6f1a43364f7665 (diff)
downloadpackages_apps_Contacts-ec37c52bc88e1edb36c1b2c9e7c3022702f33404.tar.gz
packages_apps_Contacts-ec37c52bc88e1edb36c1b2c9e7c3022702f33404.tar.bz2
packages_apps_Contacts-ec37c52bc88e1edb36c1b2c9e7c3022702f33404.zip
am c4cecc7e: Show google account types on editor as "account" instead of "contact"
* commit 'c4cecc7e7534c7f5d887222d9e6f1a43364f7665': Show google account types on editor as "account" instead of "contact"
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>