summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWalter Jang <wjang@google.com>2014-10-16 11:12:13 -0700
committerWalter Jang <wjang@google.com>2014-10-28 18:36:50 -0700
commit8a3fe52802135be2402a5b216325615fb796a509 (patch)
tree07f323c4bdd5dfe97bc5bac18e5e426eee57d4a7 /res/values
parent9a47c57646780d7ea4aad4e810d4e25ed611600f (diff)
downloadpackages_apps_Contacts-8a3fe52802135be2402a5b216325615fb796a509.tar.gz
packages_apps_Contacts-8a3fe52802135be2402a5b216325615fb796a509.tar.bz2
packages_apps_Contacts-8a3fe52802135be2402a5b216325615fb796a509.zip
Sms and call log entry content description string fixes
* This is incremental work to fixing TalkBack for all phone number Strings * Date was being added twice to the call log content description string * Use xliff tags for all parts of both the sms and call log content description strings * Removed an unnecessary ExpandingEntryCardView constructor Bug 17322140 Change-Id: Iccc39dad5dcc3fc7f8079de439b07d306b6c24e3
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 68b1190e9..e8b954ecc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -710,7 +710,7 @@
<string name="content_description_directions">directions to location</string>
<!-- Content description for recent sms interaction [CHAR LIMIT=NONE] -->
- <string name="content_description_recent_sms">recent sms. <xliff:g id="message_details">%s</xliff:g>. click to respond</string>
+ <string name="content_description_recent_sms">recent sms. <xliff:g id="message_body">%s</xliff:g>. <xliff:g id="phone_number">%s</xliff:g>. <xliff:g id="date">%s</xliff:g>. click to respond</string>
<!-- Header for the Relation entry [CHAR LIMIT=NONE] -->
<string name="content_description_recent_call_type_incoming">incoming</string>
@@ -720,7 +720,7 @@
<string name="content_description_recent_call_type_missed">missed</string>
<!-- Content description for recent sms interaction [CHAR LIMIT=NONE] -->
- <string name="content_description_recent_call">recent call. <xliff:g id="call_details">%s</xliff:g>. click to call back</string>
+ <string name="content_description_recent_call">recent call. <xliff:g id="call_type">%s</xliff:g>. <xliff:g id="phone_number">%s</xliff:g>. <xliff:g id="date">%s</xliff:g>. click to call back</string>
<!-- Prefix for messages that you sent [CHAR LIMIT=40] -->
<string name="message_from_you_prefix">You: <xliff:g id="sms_body">%s</xliff:g></string>