diff options
author | Andrew Lee <anwlee@google.com> | 2015-06-16 22:02:32 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-16 22:02:32 +0000 |
commit | 4d190f7799076fa896d9e38168d9a55afb3c7754 (patch) | |
tree | 18d0574fd047c5e5007527a5c8d650a4fbb43085 /res | |
parent | e7cb204a462b2f3dd181c8a26d627d2bc1fc0e2c (diff) | |
parent | 8084d03a5588797fc0876418f3c27a36d821a36a (diff) |
am 8084d03a: am 1fb6b0af: am 1ed12063: Change VM string from "unread" to "new".
* commit '8084d03a5588797fc0876418f3c27a36d821a36a':
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 |