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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2413833002: PaymentRequest: Rename ContactInfo to PayerInfo.
Patch Set: test Created 4 years, 2 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: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 591ddea33dda67f818abbed21dca8678d7c2359b..a542c60d9bf12416da8a10bfd3e2b1013a67fd63 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2510,14 +2510,14 @@ You can control the Physical Web in Chrome Settings.
<message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for the section that lets the user select the method of payment.">
Payment
</message>
- <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted.">
- Contact info
+ <message name="IDS_PAYMENTS_PAYER_INFO_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted.">
+ Payer info
</message>
- <message name="IDS_PAYMENTS_ADD_CONTACT_DETAILS_LABEL" desc="The title of the dialog for user to add new contact information, such as email address or phone number.">
- Add contact info
+ <message name="IDS_PAYMENTS_ADD_PAYER_INFO_DETAILS_LABEL" desc="The title of the dialog for user to add new payer information, such as email address or phone number.">
+ Add payer info
</message>
- <message name="IDS_PAYMENTS_EDIT_CONTACT_DETAILS_LABEL" desc="The title of the dialog for user to edit their contact information, such as email address or phone number.">
- Edit contact info
+ <message name="IDS_PAYMENTS_EDIT_PAYER_INFO_DETAILS_LABEL" desc="The title of the dialog for user to edit their payer information, such as email address or phone number.">
+ Edit payer info
</message>
<message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for the section of shipping information.">
Shipping
@@ -2558,8 +2558,8 @@ You can control the Physical Web in Chrome Settings.
<message name="IDS_PAYMENTS_CARD_NUMBER_INVALID_VALIDATION_MESSAGE" desc="The text that informs the user that the credit card number they have entered is not valid.">
Invalid card number
</message>
- <message name="IDS_PAYMENTS_ADD_CONTACT" desc="Text on a button that lets a user add new contact details, like phone number or email address.">
- Add contact info
+ <message name="IDS_PAYMENTS_ADD_PAYER_INFO" desc="Text on a button that lets a user add new payer info details, like phone number or email address.">
+ Add payer info
</message>
<message name="IDS_PAYMENTS_SELECT_SHIPPING_ADDRESS_FOR_SHIPPING_METHODS" desc="Text implying that a user needs to pick a shipping address to see the shipping methods.">
Select a shipping address to check shipping methods and requirements.

Powered by Google App Engine
This is Rietveld 408576698