summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-11-12 18:38:24 -0800
committerBrian Attwell <brianattwell@google.com>2014-11-13 02:42:09 +0000
commit8c8cafb21cebbea33468c068efacea6c77635811 (patch)
tree0db2437586c8de090a600e836ba8a767cc4ac982 /res/values
parentda71919dcd16754cb378fc664967f4b278431c70 (diff)
downloadpackages_apps_Contacts-8c8cafb21cebbea33468c068efacea6c77635811.tar.gz
packages_apps_Contacts-8c8cafb21cebbea33468c068efacea6c77635811.tar.bz2
packages_apps_Contacts-8c8cafb21cebbea33468c068efacea6c77635811.zip
Improve content descriptions a bit
* Don't apply content descriptions to empty images * Content descriptions for mimetype images consistently omit the word "section". Ie, "email" instead of "email section". Bug: 18004959 Change-Id: I9d74b78dda7f071a0e7bdefe38eda3ad4b136fd2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d0aebf667..fe77b719b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -438,9 +438,6 @@
<!-- Button used for changing a photo in the Raw Contact Editor [CHAR LIMIT=15] -->
<string name="change_photo">Change</string>
- <!-- Content description for the camera icon beside the photo section in the Raw Contact Editor [CHAR LIMIT=NONE] -->
- <string name="photo_section">Photo section</string>
-
<!-- RadioButton that determines whether a raw contact's photo should be used for the entire contact [CHAR LIMIT=15] -->
<string name="primary_photo">Primary photo</string>
@@ -709,11 +706,13 @@
<!-- Header for the Relation entry [CHAR LIMIT=40] -->
<string name="header_relation_entry">Relation</string>
<!-- Content description for the name fields header entry [CHAR LIMIT=NONE] -->
- <string name="header_name_entry">Name section</string>
+ <string name="header_name_entry">Name</string>
<!-- Content description for the email fields header entry [CHAR LIMIT=NONE] -->
- <string name="header_email_entry">Email section</string>
+ <string name="header_email_entry">Email</string>
<!-- Content description for the phone fields header entry [CHAR LIMIT=NONE] -->
- <string name="header_phone_entry">Phone section</string>
+ <string name="header_phone_entry">Phone</string>
+ <!-- Content description for the camera icon beside the photo section in the Raw Contact Editor [CHAR LIMIT=NONE] -->
+ <string name="header_photo_entry">Photo</string>
<!-- Content description for directions secondary button [CHAR LIMIT=NONE] -->
<string name="content_description_directions">directions to location</string>