diff options
author | Andrew Lee <anwlee@google.com> | 2015-06-16 11:20:06 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-06-16 11:20:06 -0700 |
commit | 1ed1206373b64fdd7c88af3cfd1dfc4eaf0ed9de (patch) | |
tree | be0fc2dbc64fbb2787de8826e46e4b6408f64744 /res | |
parent | becbb119bdcd96257106b990ce84bac99388deac (diff) |
Change VM string from "unread" to "new".
Bug: 21851066
Change-Id: Iba7c69231e235faf2306d23a29684146d5cc6142
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d3cff9b78..a197da26f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -641,12 +641,12 @@ Delete voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> </string> - <!-- String describing the number of unread voicemails, displayed as a number badge on a tab. + <!-- String describing the number of new voicemails, displayed as a number badge on a tab. Note: AccessibilityServices uses this attribute to announce the purpose of the button. [CHAR LIMIT=NONE] --> <plurals name="description_voicemail_unread"> - <item quantity="one"><xliff:g id="count">%d</xliff:g> unread voicemail</item> - <item quantity="other"><xliff:g id="count">%d</xliff:g> unread voicemails</item> + <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item> + <item quantity="other"><xliff:g id="count">%d</xliff:g> new voicemails</item> </plurals> <!-- Description for the "create new contact" action for an entry in the call log. This action |