diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-09 16:00:19 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-09-09 16:00:19 -0700 |
commit | ed017043595821b5408f33f120f9ba343ef8dd8b (patch) | |
tree | 0cc7d0f999ec77ba49899081ef15d9803d96cae9 | |
parent | 13a58c385fee3cea2840e0835755da107ac5b8de (diff) |
Changed hidden from favorites to removed from favorites
Bug: 10677546
Change-Id: I37b5f2c2ee1cb19223d7493b68e7c90d6de69abb
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0e2c9e09c..ad16f031f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -609,7 +609,7 @@ <!-- Title of show all contacts button --> <string name="show_all_contacts_button_text">All contacts</string> <!-- Text displayed when user swipes out a favorite contact --> - <string name="favorite_hidden">Hidden from favorites</string> + <string name="favorite_hidden">Removed from favorites</string> <!-- Text displayed for the undo button to undo removing a favorite contact --> <string name="favorite_hidden_undo">Undo</string> |