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

Unified Diff: components/error_page_strings.grdp

Issue 2214393003: Change network error titles to just the hostname (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge conflict Created 4 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 | « components/error_page/common/localized_error.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/error_page_strings.grdp
diff --git a/components/error_page_strings.grdp b/components/error_page_strings.grdp
index ac0cad9793910d5f16ed1cc0169c406e50cf0adb..6272cedae685e38b1e1f34d7d89404f4572a2dd0 100644
--- a/components/error_page_strings.grdp
+++ b/components/error_page_strings.grdp
@@ -98,21 +98,6 @@
<message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER_BODY" desc="The detailed explanation body text displayed for SSL cipher and version errors.">
The client and server don't support a common SSL protocol version or cipher suite.
</message>
- <message name="IDS_ERRORPAGES_TITLE_NOT_AVAILABLE" desc="Title of the error page when we can't connect to a site.">
- <ph name="SITE">$1<ex>google.com</ex></ph> is not available
- </message>
- <message name="IDS_ERRORPAGES_TITLE_ACCESS_DENIED" desc="Title in the error page when a server returns a 403. Also suitable for similar error codes.">
- Access to <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> denied.
- </message>
- <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error page when the server returns a 404 or 410.">
- <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not found
- </message>
- <message name="IDS_ERRORPAGES_TITLE_LOAD_FAILED" desc="Title of the error page when we can't load a page.">
- <ph name="URL">$1<ex>http://some-unreliable-site.com/</ex></ph> failed to load
- </message>
- <message name="IDS_ERRORPAGES_TITLE_BLOCKED" desc="Title in the error page when a request is blocked (e.g. by an extension).">
- <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> was blocked
- </message>
<message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the error page when we can't connect to a site.">
This site can’t be reached
</message>
« no previous file with comments | « components/error_page/common/localized_error.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698