summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/speeddial/res/values/strings.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-12-09 06:26:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-12-09 06:26:25 +0000
commitaab6dc9f075fd8576ffc78c1f983b8fb1d3e77fa (patch)
tree3845e7aad9e502bf5a91eb8705c8005f06990105 /java/com/android/dialer/speeddial/res/values/strings.xml
parent20ebcdca46e6be68050cd44087f0f768f5dae5c6 (diff)
parent73b51d5771b31c932a589abc9bb0fe64c52fe102 (diff)
Merge "Implemented adding a new favorites contact flow NUI."
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, 6 insertions, 3 deletions
diff --git a/java/com/android/dialer/speeddial/res/values/strings.xml b/java/com/android/dialer/speeddial/res/values/strings.xml
index f814ed6d4..d64d03575 100644
--- a/java/com/android/dialer/speeddial/res/values/strings.xml
+++ b/java/com/android/dialer/speeddial/res/values/strings.xml
@@ -15,12 +15,15 @@
~ limitations under the License
-->
<resources>
- <!-- header for a list of contacts that are the users favorites. -->
+ <!-- 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 -->
+ <!-- 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>
- <!-- text for a button that prompts the user to add a contact to their favorites -->
+ <!-- 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>
+
+ <!-- Title for screen prompting the user to select a contact to mark as a favorite. [CHAR LIMIT=NONE] -->
+ <string name="add_favorite_activity_title">Add Favorite</string>
</resources> \ No newline at end of file