diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-09 16:23:33 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-09 16:23:33 -0700 |
commit | 9e9950f197861e9c6b1170ae01ab85b43d94581c (patch) | |
tree | f069430080c0e4de8cd4a5a0f8035bbbd0cf12fb | |
parent | e5bf7e810da6fe81cfe709fb53ee9df3a4ae65c0 (diff) | |
parent | b968f5ee8081c9e582ea7c196efeaa1d710e392d (diff) |
am b968f5ee: Merge "Changed hidden from favorites to removed from favorites" into klp-dev
* commit 'b968f5ee8081c9e582ea7c196efeaa1d710e392d':
Changed hidden from favorites to removed from favorites
-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> |