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

Unified Diff: chrome/common/localized_error.cc

Issue 422933002: Shift the error page "More" button over to text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'c to r287451 to get past removal of chrome/browser/resources/ssl/blocking.html and thus the pr… Created 6 years, 4 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 | « chrome/browser/errorpage_browsertest.cc ('k') | chrome/renderer/net/net_error_page_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/localized_error.cc
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
index ecff88ff9ced20dd5db90d30fa2557c76ceee9f4..63bf219b63e4243c4e3ad877553e45a070e79ab8 100644
--- a/chrome/common/localized_error.cc
+++ b/chrome/common/localized_error.cc
@@ -565,9 +565,10 @@ void LocalizedError::GetStrings(int error_code,
l10n_util::GetStringUTF16(IDS_PRODUCT_NAME));
error_strings->SetString(
- "more", l10n_util::GetStringUTF16(IDS_ERRORPAGES_BUTTON_MORE));
+ "details", l10n_util::GetStringUTF16(IDS_ERRORPAGE_NET_BUTTON_DETAILS));
error_strings->SetString(
- "less", l10n_util::GetStringUTF16(IDS_ERRORPAGES_BUTTON_LESS));
+ "hideDetails", l10n_util::GetStringUTF16(
+ IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS));
error_strings->Set("summary", summary);
if (options.details_resource_id != kErrorPagesNoDetails) {
« no previous file with comments | « chrome/browser/errorpage_browsertest.cc ('k') | chrome/renderer/net/net_error_page_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698