summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/res/values/strings.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-01-09 16:40:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-01-09 16:40:28 +0000
commit8c19b0ac8f79eb7f653ee3e07018ca7342f4e190 (patch)
tree92e2a480370fd53fdb210d1035a6c3d666628819 /java/com/android/dialer/app/res/values/strings.xml
parent455a7c27d5c5d4c25236d940f088a25a5bf57c2a (diff)
parent517fbff5c15c9270323b4099a39514d2487eec99 (diff)
Merge changes Iddf5ef33,I1b718e30,I0c7386f6,I81069948,I3bec477d, ...
* changes: Update strings for Duo "Set up" and "Invite" buttons Hide emergency calls in the call log Simplifying implementation of the coalescing logic in the new call log. Updating Dialer v16 licenses. Use ContactsContract.PhoneLookup for invalid numbers in Cp2PhoneLookup. Add RTT call chat window. Updated T9 search bolding to include wrapping to the next word. Initial setup of voicemail error messages Automated rollback of changelist 178323108 Add "delete" option in the 3-dot menu of the new call log
Diffstat (limited to 'java/com/android/dialer/app/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/app/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/dialer/app/res/values/strings.xml b/java/com/android/dialer/app/res/values/strings.xml
index 99720c2a6..9554fc21b 100644
--- a/java/com/android/dialer/app/res/values/strings.xml
+++ b/java/com/android/dialer/app/res/values/strings.xml
@@ -351,12 +351,12 @@
<!-- Button text for the "Set up" video calling option displayed underneath an entry in the call log.
Tapping causes a the user to be taken to set up video calling.
[CHAR LIMIT=30] -->
- <string name="call_log_action_set_up_video">Set up</string>
+ <string name="call_log_action_set_up_video">Set up video calling</string>
<!-- Button text for the "Invite" option displayed underneath an entry in the call log.
Tapping causes a the user to be taken to the messaging app with a message ready to invite them to set up video calling.
[CHAR LIMIT=30] -->
- <string name="call_log_action_invite_video">Invite</string>
+ <string name="call_log_action_invite_video">Invite to video call</string>
<!-- Button text for a button displayed underneath an entry in the call log, which opens up a
messaging app to send a SMS to the number represented by the call log entry.