summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/speeddial/res/values/strings.xml
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2018-05-02 15:26:04 -0700
committerWeijia Xu <weijiaxu@google.com>2018-05-04 06:16:14 +0000
commitb3bd5f5c9687feaa795dc630a88790ccf6e7e99e (patch)
tree65eeb2a5363a49052e47af8cc15811f0c6a10c14 /java/com/android/dialer/speeddial/res/values/strings.xml
parent1ab3e318f68db528d4242bc9ebc62e907eb11939 (diff)
Tuned Speed Dial UI according to red lines.
Bug: 78490736 Test: manual PiperOrigin-RevId: 195161904 Change-Id: I7d3600267223fcfafae42f3f52bfd6cfff8b9146
Diffstat (limited to 'java/com/android/dialer/speeddial/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/speeddial/res/values/strings.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/java/com/android/dialer/speeddial/res/values/strings.xml b/java/com/android/dialer/speeddial/res/values/strings.xml
index d2f5371b8..0053074b2 100644
--- a/java/com/android/dialer/speeddial/res/values/strings.xml
+++ b/java/com/android/dialer/speeddial/res/values/strings.xml
@@ -18,8 +18,9 @@
<!-- header for a list of contacts that are the users favorites. [CHAR LIMIT=30] -->
<string name="favorites_header">Favorites</string>
- <!-- header for a list of contacts that are suggestions for the user to place calls to. [CHAR LIMIT=30] -->
- <string name="suggestions_header">Suggestions</string>
+ <!-- header for a list of contacts that are suggestions for the user to place calls to based on
+ their frequently contacted contacts. [CHAR LIMIT=30] -->
+ <string name="suggestions_header">Frequents</string>
<!-- text for a button that prompts the user to add a contact to their favorites. [CHAR LIMIT=12] -->
<string name="speed_dial_add_button_text">Add</string>
@@ -28,9 +29,9 @@
If the user checks this box, we will remember their selection and never ask for it again. [CHAR LIMIT=NONE]-->
<string name="speed_dial_remember_this_choice">Remember this choice</string>
- <!-- Title of a dialog asking the user to choose their favorite mode of communication for a
+ <!-- Title of a dialog asking the user to choose their the mode/type of communication for a
specific contact where communication modes are video calling and voice calling. [CHAR LIMIT=NONE]-->
- <string name="speed_dial_disambig_dialog_title">Choose a Favorite mode</string>
+ <string name="speed_dial_disambig_dialog_title">Choose call type</string>
<!-- Text for a button that places a video call [CHAR LIMIT=15]-->
<string name="disambig_option_video_call">Video call</string>