summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-11-18 19:12:17 -0800
committerBrian Attwell <brianattwell@google.com>2014-11-18 19:19:42 -0800
commit49fd84f2970b4c71ac5fb09ad121bce9debcde31 (patch)
tree336f52b23142acea36f8e6ee4efe7ceb033f4b93 /res/values
parentb6fe3a1abf25110034e512d5428abf7486ec8f55 (diff)
downloadpackages_apps_Contacts-49fd84f2970b4c71ac5fb09ad121bce9debcde31.tar.gz
packages_apps_Contacts-49fd84f2970b4c71ac5fb09ad121bce9debcde31.tar.bz2
packages_apps_Contacts-49fd84f2970b4c71ac5fb09ad121bce9debcde31.zip
String needed for Hangouts IM field work-around
String needed for one of the work arounds suggested inside b/18268950. I want to commit this before the string deadline. Bug: 18268950 Change-Id: I284d7e5fcae6863a907be18f93ac90b4ccd2b9a7
Diffstat (limited to 'res/values')
-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 fe77b719b..5d59f323a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -735,4 +735,7 @@
<!-- File Authority for the photo picker -->
<string name="photo_file_provider_authority" translatable="false">com.android.contacts.files</string>
+
+ <!-- When a user tries to create an IM Hangouts field, an alert dialog pops up displaying this message. We don't want users entering email addresses of phone numbers into the IM field. [CHAR LIMIT=200] -->
+ <string name="contact_editor_hangouts_im_alert">Hangouts works better when you enter the person\'s Hangouts identifier into the email field or phone field.</string>
</resources>