diff options
author | roldenburg <roldenburg@google.com> | 2018-01-08 17:07:28 -0800 |
---|---|---|
committer | Copybara-Service <copybara-piper@google.com> | 2018-01-08 17:15:46 -0800 |
commit | 517fbff5c15c9270323b4099a39514d2487eec99 (patch) | |
tree | 92e2a480370fd53fdb210d1035a6c3d666628819 /java | |
parent | 0cbbf4a7e6be836c24f6257fbdee8a03d70d927b (diff) | |
download | android_packages_apps_Dialer-517fbff5c15c9270323b4099a39514d2487eec99.tar.gz android_packages_apps_Dialer-517fbff5c15c9270323b4099a39514d2487eec99.tar.bz2 android_packages_apps_Dialer-517fbff5c15c9270323b4099a39514d2487eec99.zip |
Update strings for Duo "Set up" and "Invite" buttons
Bug: 70034799
Test: manual
PiperOrigin-RevId: 181241050
Change-Id: Iddf5ef331741f8ab8500eeb3d5481598ef5caca4
Diffstat (limited to 'java')
-rw-r--r-- | java/com/android/dialer/app/res/values/strings.xml | 4 |
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. |