| Index: chrome/app/generated_resources.grd
|
| ===================================================================
|
| --- chrome/app/generated_resources.grd (revision 21075)
|
| +++ chrome/app/generated_resources.grd (working copy)
|
| @@ -2715,13 +2715,13 @@
|
| </message>
|
|
|
| <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 i18n-values="href:reloadUrl">Reload</a> this web page later.
|
| + <a jsvalues="href:reloadUrl">Reload</a> this web page later.
|
| </message>
|
| <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 i18n-values="href:learnMoreUrl"></ph>Learn more<ph name="END_LINK"></a></ph> about this problem.
|
| + <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.">
|
| @@ -2743,13 +2743,13 @@
|
| This webpage has a redirect loop.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE" desc="Summary in the error page when we can't connect to a site.">
|
| - The webpage at <strong i18n-content="failedUrl"></strong> might be temporarily down or it may have moved permanently to a new web address.
|
| + The webpage at <strong jscontent="failedUrl"></strong> might be temporarily down or it may have moved permanently to a new web address.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_NOT_FOUND" desc="Summary in the error page when the server returns a 404.">
|
| - No webpage was found for the web address: <strong i18n-content="failedUrl"></strong>
|
| + No webpage was found for the web address: <strong jscontent="failedUrl"></strong>
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects.">
|
| - The webpage at <strong i18n-content="failedUrl"></strong> has resulted in
|
| + The webpage at <strong jscontent="failedUrl"></strong> has resulted in
|
| too many redirects. Clearing your cookies for this site may fix the problem. If
|
| not, it is possibly a server configuration issue and not a problem with your
|
| computer.
|
|
|