diff options
author | mmenke <mmenke@chromium.org> | 2015-08-04 18:18:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-05 01:22:30 +0000 |
commit | c9294520088f6a99df3e115a9a3c602760f5302f (patch) | |
tree | 37196b5ae72f06846260e8efc044f4bb82f4d003 /chrome/app | |
parent | a820d06e40579cd53443829e88f3f378a4e981c9 (diff) | |
download | chromium_src-c9294520088f6a99df3e115a9a3c602760f5302f.zip chromium_src-c9294520088f6a99df3e115a9a3c602760f5302f.tar.gz chromium_src-c9294520088f6a99df3e115a9a3c602760f5302f.tar.bz2 |
Add link to OSX's diagnostic tool on error page.
Will add Windows in a followup CL.
BUG=468037
Review URL: https://codereview.chromium.org/1266873002
Cr-Commit-Position: refs/heads/master@{#341836}
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 8490f9c..0d7f998 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -9259,11 +9259,9 @@ I don't think this site should be blocked! <message name="IDS_ERRORPAGE_FUN_DISABLED" desc="Explanation for when easter egg has been disabled by administrator"> The owner of this device turned off the dinosaur game. </message> - <if expr="chromeos"> - <message name="IDS_ERRORPAGES_BUTTON_DIAGNOSE" desc="Label for the button that invokes the connection diagnostic tool on the error page"> - Diagnose errors... - </message> - </if> + <message name="IDS_ERRORPAGES_BUTTON_DIAGNOSE" desc="Label for the button that invokes the connection diagnostic tool on the error page"> + Diagnose errors... + </message> <if expr="is_android"> <message name="IDS_ERRORPAGES_BUTTON_SETTINGS" desc="Mobile: Label for the button on an error page to launch system settings menu"> Settings |