Commit aca28b2b authored by Virender Singh's avatar Virender Singh Committed by Commit Bot

Change PDF document's name string to meet formatting rules

This change modifies the PDF document's name string to follow formatting
rules defined in: http://userguide.icu-project.org/formatparse/messages

Bug: 1043505
Change-Id: I1cad4ecea83b41a1ccf7adb68ad3e2a104f65749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030350Reviewed-by: default avatarKevin Babbitt <kbabbitt@microsoft.com>
Reviewed-by: default avatarMustafa Emre Acer <meacer@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Virender Singh <virens@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#737212}
parent 1ce0503d
......@@ -61,9 +61,9 @@
other {Page #}}
</message>
<message name="IDS_PDF_DOCUMENT_PAGE_COUNT" desc="Accessible name of PDF document. It gives information about the number of pages in the PDF file">
PDF document containing {COUNT, plural,
=1 {1 page}
other {# pages}}
{COUNT, plural,
=1 {PDF document containing {COUNT} page}
other {PDF document containing {COUNT} pages}}
</message>
<if expr="chromeos">
<message name="IDS_PDF_DISCARD_FORM_CHANGES" desc="Title for a dialog that informs the user that the changes they have made to a form will be lost if they continue">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment