diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-09 16:25:14 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-09 16:25:14 -0700 |
commit | 47ae3d9980966d9f351f26630cfaf558db800038 (patch) | |
tree | 6d5f45557fc0d702b93af5b9a9a6bfc6038e4bef /res | |
parent | 20af0b1fe6db6d270365d63bc20a679677d34e82 (diff) | |
parent | 9e9950f197861e9c6b1170ae01ab85b43d94581c (diff) |
am 9e9950f1: am b968f5ee: Merge "Changed hidden from favorites to removed from favorites" into klp-dev
* commit '9e9950f197861e9c6b1170ae01ab85b43d94581c':
Changed hidden from favorites to removed from favorites
Diffstat (limited to 'res')
-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> |