summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-07-18 11:43:23 -0700
committerBrian Attwell <brianattwell@google.com>2014-07-18 11:43:23 -0700
commit35ccdba7b8b2270204f7f96d824d258e408fe6ef (patch)
tree929049e10a5694b9287f953a7682413345a64f55 /res/values
parent566455434d12ea481a80c4d7d36425b585ca6f5a (diff)
downloadandroid_packages_apps_Contacts-35ccdba7b8b2270204f7f96d824d258e408fe6ef.tar.gz
android_packages_apps_Contacts-35ccdba7b8b2270204f7f96d824d258e408fe6ef.tar.bz2
android_packages_apps_Contacts-35ccdba7b8b2270204f7f96d824d258e408fe6ef.zip
Accessibility: Announce star/unstar actions
Bug: 341812 Change-Id: Ifa448f8609ee0f50b3827f5d7aec5d0a6a2e6f9c
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 494e115d9..17b95a658 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -93,6 +93,11 @@
<!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
<string name="menu_removeStar">Remove from favorites</string>
+ <!-- Description of what happens when you click on the unstar MenuItem. [CHAR LIMIT=NONE] -->
+ <string name="description_action_menu_remove_star">Removed from favorites</string>
+ <!-- Description of what happens when you click on the star MenuItem. [CHAR LIMIT=NONE] -->
+ <string name="description_action_menu_add_star">Added to favorites</string>
+
<!-- Menu item used to edit a specific contact -->
<string name="menu_editContact">Edit</string>