Contacts: added source account name to view/edit activity.
Internal Bug: 2129158
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 77659ad..316792d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1138,5 +1138,8 @@
<string name="split_label">Split</string>
<!-- The explanation of what "split" will do. This needs word-smithing. -->
<string name="split_explanation">Make this data its own contact.</string>
+
+ <!-- Formatting string for account name -->
+ <string name="account_name_format">From account: <xliff:g id="account" example="user@gmail.com">%s</xliff:g></string>
</resources>