diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 22:30:20 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 22:30:20 +0000 |
commit | cb4c7e9c14513d2da3566695fe414d974d6cad17 (patch) | |
tree | 524eb25d2e8433c0d397e9c92fb47aa6c88b4725 | |
parent | 161b8542d6c93dbc94252baafccb80b7304cb708 (diff) | |
download | chromium_src-cb4c7e9c14513d2da3566695fe414d974d6cad17.zip chromium_src-cb4c7e9c14513d2da3566695fe414d974d6cad17.tar.gz chromium_src-cb4c7e9c14513d2da3566695fe414d974d6cad17.tar.bz2 |
Fix help link for enabling crash reporting from chrome://crashes
BUG=82331
TEST=Click on the link on chrome://crashes when crash reporting is disabled.
Review URL: http://codereview.chromium.org/7014005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85064 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 0562ebc..343a5b21d 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -501,7 +501,7 @@ Chrome supports. --> </message> <!-- chrome://crashes strings --> <message name="IDS_CRASHES_DISABLED_MESSAGE" desc="The explanatory message for chrome://crashes when crash reporting is disabled"> - This page only shows information on your recent crashes if you <ph name="BEGIN_LINK"><a href="https://google.com/support/chrome/bin/answer.py?answer=96817"></ph>enable crash reporting<ph name="END_LINK"></a></ph>. + This page only shows information on your recent crashes if you <ph name="BEGIN_LINK"><a href="https://www.google.com/support/chrome/bin/answer.py?answer=96817"></ph>enable crash reporting<ph name="END_LINK"></a></ph>. </message> <!-- Print Preview --> <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> |