diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-27 20:43:40 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-27 20:43:40 +0000 |
commit | 467751964600388345aa537e1436b036d159ac92 (patch) | |
tree | da731453c74e06e785477c11b47d2d645f7ca2a4 /chrome/app | |
parent | e1acf6f902e50222baf99bfb492ecc38a1604975 (diff) | |
download | chromium_src-467751964600388345aa537e1436b036d159ac92.zip chromium_src-467751964600388345aa537e1436b036d159ac92.tar.gz chromium_src-467751964600388345aa537e1436b036d159ac92.tar.bz2 |
Add a suggestion to "Learn more about this problem." if there is
a redirect loop. We could easily use this for other errors too
if there are URLs to the help center.
BUG=http://crbug.com/2445
Review URL: http://codereview.chromium.org/8174
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a07aa04..d376e64 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2167,12 +2167,15 @@ each locale. --> Below is the original error message </message> - <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD" desc="Suggest reloading to the user"> + <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD" desc="When a page fails to load, we provide a suggestion that the user try reloading the page later"> <a jsvalues="href:reloadUrl">Reload</a> this web page later. </message> - <message name="IDS_ERRORPAGES_SUGGESTION_HOMEPAGE" desc="String suggesting to try just the hostname of the site."> + <message name="IDS_ERRORPAGES_SUGGESTION_HOMEPAGE" desc="When a page fails to load, sometimes we provide a suggesting of trying just the hostname of the site."> Go to the homepage of the site: </message> + <message name="IDS_ERRORPAGES_SUGGESTION_LEARNMORE" desc="When a web page fails to load, we provide a link to the help center to learn more about the failure."> + <ph name="BEGIN_LINK"><a jsvalues="href:learnMoreUrl"></ph>Learn more<ph name="END_LINK"></a></ph> about this problem. + </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.xom</ex></ph> is not available |