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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 27461003: Implement form resubmission warning for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address findbugs's comments. Created 7 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:
Download patch
« no previous file with comments | « chrome/android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1c01d5263ed69d04d50d87dc44a2c4a86ccc3376..be7b2dbb777175e8a230f50fd4e178dc989c6dc4 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9612,10 +9612,10 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_HTTP_POST_WARNING_TITLE" desc="Title for dialog that warns users about a navigation that results in a repost">
Confirm Form Resubmission
</message>
- <message name="IDS_HTTP_POST_WARNING" desc="Re-navigation to page that leads to HTTP POST">
+ <message name="IDS_HTTP_POST_WARNING" desc="Re-navigation to page that leads to HTTP POST" formatter_data="android_java">
The page that you're looking for used information that you entered. Returning to that page might cause any action you took to be repeated. Do you want to continue?
</message>
- <message name="IDS_HTTP_POST_WARNING_RESEND" desc="Resend button for post warning">
+ <message name="IDS_HTTP_POST_WARNING_RESEND" desc="Resend button for post warning" formatter_data="android_java">
Continue
</message>
« no previous file with comments | « chrome/android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698