diff options
author | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 20:17:37 +0000 |
---|---|---|
committer | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 20:17:37 +0000 |
commit | a56f04574cd963ead1ac1b819e0645e6b84e238e (patch) | |
tree | 4af453aac938f065815a252c5599b2c3f9355164 /chrome/app | |
parent | e80bdfb2a317f94642d79cb21e65acfc3a36fb0d (diff) | |
download | chromium_src-a56f04574cd963ead1ac1b819e0645e6b84e238e.zip chromium_src-a56f04574cd963ead1ac1b819e0645e6b84e238e.tar.gz chromium_src-a56f04574cd963ead1ac1b819e0645e6b84e238e.tar.bz2 |
Tweak the error message for extension bundle installs.
We may not know if extensions are apps when they failed to install, since the manifest may not have been parsed. This removes references to apps or extensions in the error message to make it more readable.
BUG=98687
TEST=none
Review URL: http://codereview.chromium.org/8354011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0d4fab1..c6e80d5 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4013,14 +4013,8 @@ are declared in build/common.gypi. The following apps and extensions are now installed: </message> - <message name="IDS_EXTENSION_BUNDLE_ERROR_HEADING_EXTENSIONS" desc="Text displayed in the extension bundle installed bubble when some extensions failed to install. Instructs which extensions did not install."> - We were unable to install these extensions: - </message> - <message name="IDS_EXTENSION_BUNDLE_ERROR_HEADING_APPS" desc="Text displayed in the extension bundle installed bubble when some apps failed to install. Instructs which apps did not install."> - We were unable to install these apps: - </message> - <message name="IDS_EXTENSION_BUNDLE_ERROR_HEADING_EXTENSION_APPS" desc="Text displayed in the extension bundle installed bubble when some extensions failed to install. Instructs which extensions and apps did not install."> - We were unable to install these apps and extensions: + <message name="IDS_EXTENSION_BUNDLE_ERROR_HEADING" desc="Text displayed in the extension bundle installed bubble when some extensions or apps failed to install. Instructs which extensions did not install."> + We were unable to install: </message> <message name="IDS_EXTENSION_INSTALLED_APP_INFO" desc="Text displayed inside a link when an app is installed. Clicking this link opens up the New Tab Page to show the app's icon."> |