summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/speeddial/res/values/strings.xml
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-04 19:31:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-04 19:31:59 +0000
commit95c2775dd2b77f9fce454d655d2b23ed700d7f22 (patch)
tree153afb6bbe51ce60e917137aef7105818209e2e4 /java/com/android/dialer/speeddial/res/values/strings.xml
parent6d3dc51922aab8d3dd541a73fdc678c3a618531d (diff)
parentb3bd5f5c9687feaa795dc630a88790ccf6e7e99e (diff)
Merge "Tuned Speed Dial UI according to red lines."
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>