| Index: components/payments_strings.grdp
|
| diff --git a/components/payments_strings.grdp b/components/payments_strings.grdp
|
| index b1e6220d38f09fc8bf6b44f700406664c62bd12e..7a2358e4cef8126c4cae3d6458af6e1128381da2 100644
|
| --- a/components/payments_strings.grdp
|
| +++ b/components/payments_strings.grdp
|
| @@ -198,8 +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.">
|
| - <ph name="ITEM_COUNT">$1<ex>2</ex></ph> more items...
|
| + <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. [ICU Syntax]">
|
| + {MORE_ITEMS, plural,
|
| + =1 {<ph name="ITEM_COUNT">#<ex>1</ex></ph> more item…}
|
| + other {<ph name="ITEM_COUNT">#<ex>2</ex></ph> more items…}}
|
| </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.">
|
| Shipping address
|
|
|