summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2015-02-20 20:49:20 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-20 20:49:21 +0000
commit74859e6452ca4b41a8ae98950db54a8d8a0fef14 (patch)
treecb03e977fe6ca4d0f037ae485d4fe80bf09cf8bd /res/values
parent136b5c865017f5b67ad33b1f39719bbf30cf93a8 (diff)
parentb6ca272f26b47ecef8fafe94326c4d553576c521 (diff)
downloadpackages_apps_Contacts-74859e6452ca4b41a8ae98950db54a8d8a0fef14.tar.gz
packages_apps_Contacts-74859e6452ca4b41a8ae98950db54a8d8a0fef14.tar.bz2
packages_apps_Contacts-74859e6452ca4b41a8ae98950db54a8d8a0fef14.zip
Merge "Add placeholder button for showing fully expanded contact editor"
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 698ee6aa6..dd56162af 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -734,4 +734,7 @@
<!-- 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>
+
+ <!-- Button to expand the compact contact editor to show all available input fields. [CHAR LIMIT=60] -->
+ <string name="compact_editor_more_fields">More Fields</string>
</resources>