diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-05 18:55:42 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-05 18:55:42 +0000 |
commit | 51b63f67089e9c8dbc417e5770a4286f6944aa54 (patch) | |
tree | b9edd407d80141532573680986e30aad0d834b2e /chrome/app | |
parent | ffeb189d9a703fc6e0820188c5aeb29a2ec9cf82 (diff) | |
download | chromium_src-51b63f67089e9c8dbc417e5770a4286f6944aa54.zip chromium_src-51b63f67089e9c8dbc417e5770a4286f6944aa54.tar.gz chromium_src-51b63f67089e9c8dbc417e5770a4286f6944aa54.tar.bz2 |
Use a placeholder instead of the default plugin for missing plug-ins on Mac and Linux.
BUG=62079
TEST=Missing plug-in placeholder looks different
Review URL: http://codereview.chromium.org/7990005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 1f617c5..fa77a13 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4728,6 +4728,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run."> The <ph name="PLUGIN_NAME">$1<ex>Java</ex></ph> plug-in needs your permission to run. </message> + <message name="IDS_PLUGIN_NOT_FOUND" desc="The placeholder text for a plug-in that is not installed."> + No plug-in available to display this content. + </message> <!-- Session Crashed Info Bar--> <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> |