summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAlan Lau <alanlau@google.com>2014-06-06 12:32:14 -0700
committerAlan Lau <alanlau@google.com>2014-06-06 12:32:14 -0700
commit1b9caeeec2b5c0b5b07197e1fe5d7e34b38f34d6 (patch)
tree90b53da56ebfe1e0c35be34f4e01d1912a1e1ffc /res/values/strings.xml
parent3d51904f490b80fe6bab825e469560eb34150cf3 (diff)
downloadandroid_packages_apps_UnifiedEmail-1b9caeeec2b5c0b5b07197e1fe5d7e34b38f34d6.tar.gz
android_packages_apps_UnifiedEmail-1b9caeeec2b5c0b5b07197e1fe5d7e34b38f34d6.tar.bz2
android_packages_apps_UnifiedEmail-1b9caeeec2b5c0b5b07197e1fe5d7e34b38f34d6.zip
Modify canned responses used for replying email on Wear.
Bug 15421940 Change-Id: If9c463b813e82d85d9cdbf91b4b23a8cea8f8d45
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1dc10393d..33505a7e4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1095,7 +1095,9 @@
<!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
<string name="reply_choice_nice">Nice</string>
<!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
- <string name="reply_choice_later">I\'ll get back to you later</string>
+ <string name="reply_on_my_way">On my way</string>
+ <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
+ <string name="reply_choice_later">OK, let me get back to you</string>
<!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
<string name="reply_choice_smiling_face">:)</string>
<!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
@@ -1109,6 +1111,7 @@
<item>@string/reply_choice_thanks</item>
<item>@string/reply_choice_i_agree</item>
<item>@string/reply_choice_nice</item>
+ <item>@string/reply_on_my_way</item>
<item>@string/reply_choice_later</item>
<item>@string/reply_choice_smiling_face</item>
<item>@string/reply_choice_frowning_face</item>