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

Unified Diff: components/payments_strings.grdp

Issue 2827293003: [Web Payments] Correct pluralization of "more items" (Closed)
Patch Set: Created 3 years, 8 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
Index: components/payments_strings.grdp
diff --git a/components/payments_strings.grdp b/components/payments_strings.grdp
index b1e6220d38f09fc8bf6b44f700406664c62bd12e..feb6747605d983ef2c15c55a7de20e3bf4f4841b 100644
--- a/components/payments_strings.grdp
+++ b/components/payments_strings.grdp
@@ -198,7 +198,10 @@
<message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SHEET_TOTAL_FORMAT" desc="The format specifier of the Total label in the Order Summary Sheet of the Payment Request dialog.">
<ph name="CURRENCY_CODE">$1<ex>USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUNT">$2<ex>$ 12.34</ex></ph>
</message>
- <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_MORE_ITEMS" desc="The label in the Order Summary section of the Payment Sheet that indicates how many display items are hidden.">
+ <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_ONE_MORE_ITEM" desc="The singular form of the label in the Order Summary section of the Payment Sheet that indicates how many display items are hidden.">
+ 1 more item...
+ </message>
+ <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_MORE_ITEMS" desc="The plural form of the label in the Order Summary section of the Payment Sheet that indicates how many display items are hidden.">
<ph name="ITEM_COUNT">$1<ex>2</ex></ph> more items...
please use gerrit instead 2017/04/20 15:05:27 Please use the Unicode ellipsis "\u2026" instead o
anthonyvd 2017/04/20 15:34:10 Done.
</message>
<message name="IDS_PAYMENT_REQUEST_SHIPPING_SECTION_NAME" desc="The name of the Shipping Address section in the Payment Sheet of the Payment Request dialog.">

Powered by Google App Engine
This is Rietveld 408576698