commit | bac93a1bbef997be7a13cdb0118facdfc6331053 | [log] [tgz] |
---|---|---|
author | dmazzoni <[email protected]> | Wed Jun 29 22:28:20 2016 |
committer | Commit bot <[email protected]> | Wed Jun 29 22:29:34 2016 |
tree | 36ed0a5a92c2bb55342e2774cb1781c75e208c97 | |
parent | 5728c6c98599daf1bde6ea1c28737e8cec4471bf [diff] [blame] |
Fix plural message that couldn't be extracted BUG=623708 [email protected] Review-Url: https://codereview.chromium.org/2108243002 Cr-Commit-Position: refs/heads/master@{#402958}
diff --git a/components/pdf_strings.grdp b/components/pdf_strings.grdp index 572bef3..b0c7ff7 100644 --- a/components/pdf_strings.grdp +++ b/components/pdf_strings.grdp
@@ -51,6 +51,7 @@ </message> <message name="IDS_PDF_PAGE_INDEX" desc="Accessible label for each page, describing the page number"> {COUNT, plural, + =1 {Page 1} other {Page #}} </message> </if>