diff options
author | Andrew Lee <anwlee@google.com> | 2015-06-16 20:07:47 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-16 20:07:47 +0000 |
commit | 1fb6b0afa7bac57073d177514b246a1ee327b428 (patch) | |
tree | 3c97456a97f6c8cc7caa198d98e2f8ef511cbe06 /res | |
parent | a396ed89f79196443cb4781bf4f2eeea1c5e72fc (diff) | |
parent | 1ed1206373b64fdd7c88af3cfd1dfc4eaf0ed9de (diff) |
am 1ed12063: Change VM string from "unread" to "new".
* commit '1ed1206373b64fdd7c88af3cfd1dfc4eaf0ed9de':
Change VM string from "unread" to "new".
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 |