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

Unified Diff: components/payments_strings.grdp

Issue 2710683012: [Payment Request] Payment request summary view pending state (Closed)
Patch Set: Created 3 years, 10 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 21e74fa1801eb2f35ace7cad30960e5fe25257d5..e73c4237d19f95b65ffa81043a725554fb2f2f1c 100644
--- a/components/payments_strings.grdp
+++ b/components/payments_strings.grdp
@@ -70,6 +70,9 @@
<message name="IDS_PAYMENTS_LOADING_MESSAGE" desc="The text that informs the user that payment information is being loaded up." formatter_data="android_java">
Loading
</message>
+ <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that informs the user that payment is being processed." formatter_data="android_java">
lpromero 2017/02/23 15:27:52 What doe the formatter_data do?
Moe 2017/02/23 16:22:27 Creates a Java version of the string to be used th
+ Processing
+ </message>
<message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment." formatter_data="android_java">
There was an error processing your order. Please check your account and try again.
</message>

Powered by Google App Engine
This is Rietveld 408576698