summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2013-08-14 11:05:19 -0700
committerTony Mantler <nicoya@google.com>2013-08-16 14:08:54 -0700
commitc6953b77552d4cb71776cf0537dc226029381628 (patch)
tree6aecb38c5c7cdfdaad3f045f570b7d73ee4070da /res/values
parent2127d4dd096408ae3a31278f90b2d90c17a41d97 (diff)
downloadandroid_packages_apps_Email-c6953b77552d4cb71776cf0537dc226029381628.tar.gz
android_packages_apps_Email-c6953b77552d4cb71776cf0537dc226029381628.tar.bz2
android_packages_apps_Email-c6953b77552d4cb71776cf0537dc226029381628.zip
Reimplement QuickResponse support
b/8622751 Change-Id: Id079efcf34dce15b5f5057f937582c0e198d3d50
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9bc440f88..1ac212698 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -312,6 +312,8 @@
<!-- Title for dialog containing list of quick responses that user may insert
into message body. [CHAR_LIMIT=30] -->
<string name="message_compose_insert_quick_response_list_title">Insert quick response</string>
+ <!-- Menu item for inserting quick responses into email compose activity. [CHAR_LIMIT=30] -->
+ <string name="message_compose_insert_quick_response_menu_title">Insert quick response</string>
<!-- Display name for composed message, indicating the destination of the message.
e.g. "John and 2 others" -->
<string name="message_compose_display_name"><xliff:g id="name" example="John">%1$s</xliff:g> and <xliff:g id="number" example="27">%2$d</xliff:g> others</string>