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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2924173002: Update the text of the button to download page later on error (Closed)
Patch Set: Fix Created 3 years, 6 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
« no previous file with comments | « no previous file | components/error_page_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index d9c771f3fadde458983b4e748419277325ada521..f9274d3b52db0ab31d2cd02d70564ec6e93bab9b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2080,10 +2080,10 @@ const char kNtpOfflinePagesDescription[] =
"offline pages are enabled.";
const char kOfflinePagesAsyncDownloadName[] =
- R"*(Enables showing "DOWNLOAD PAGE LATER" button in error pages.)*";
+ R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages.)*";
const char kOfflinePagesAsyncDownloadDescription[] =
- R"*(Enables showing "DOWNLOAD PAGE LATER" button in error pages such )*"
+ R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages such )*"
R"*(that the user can click on it to download the page later.)*";
const char kOfflinePagesSvelteConcurrentLoadingName[] =
« no previous file with comments | « no previous file | components/error_page_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698