Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: components/pdf_strings.grdp

Issue 2108243002: Fix plural message that couldn't be extracted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Match expectations Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf_strings.grdp
diff --git a/components/pdf_strings.grdp b/components/pdf_strings.grdp
index 572bef3a983941a41bf32edde7d2d3fe1e71d925..b0c7ff7073848799cee1d78e56291714c6a4b262 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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698