diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 13:50:34 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 13:50:34 +0000 |
commit | cc5f78155f857e3e2a3570fe56e06a219e2eb839 (patch) | |
tree | cd4e8d47b5a1c1917bfb57860ee9b6516e424318 /chrome/app | |
parent | bc283e13693260a986454f6b8b176e406ac8b670 (diff) | |
download | chromium_src-cc5f78155f857e3e2a3570fe56e06a219e2eb839.zip chromium_src-cc5f78155f857e3e2a3570fe56e06a219e2eb839.tar.gz chromium_src-cc5f78155f857e3e2a3570fe56e06a219e2eb839.tar.bz2 |
Show infobar when a plug-in couldn't be loaded.
BUG=123580
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10448098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139781 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 1b10bc3..d3545f9 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10293,7 +10293,10 @@ experiment id: "<ph name="EXPERIMENT_ID">$5<ex>ar1</ex></ph>" Try again </message> <message name="IDS_PLUGIN_CRASHED_PROMPT" desc="Info Bar message to notify about a crashed plugin"> - The following plug-in has crashed: <ph name="PLUGIN_NAME">$1<ex>Shockwave</ex></ph> + <ph name="PLUGIN_NAME">$1<ex>Shockwave</ex> has crashed.</ph> + </message> + <message name="IDS_PLUGIN_INITIALIZATION_ERROR_PROMPT" desc="Info Bar message to notify that we couldn't load a plugin"> + Could not load <ph name="PLUGIN_NAME">$1<ex>Shockwave</ex>.</ph> </message> <message name="IDS_WEBWORKER_CRASHED_PROMPT" desc="Info Bar message to notify about a crashed WebWorker"> A part of this page (HTML WebWorker) has crashed, so it might not function correctly. |