diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-01 16:45:33 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-01 16:45:33 +0000 |
commit | 816a663dbdd9fddb15858b43d6cbd74cd6e60c30 (patch) | |
tree | 8f637ea544a23e6d4bde5f914d2e6a5efb9a9ca4 /chrome/app/google_chrome_strings.grd | |
parent | f7fbb8a4590a82e14cb1afce2205f4dbf85983d4 (diff) | |
download | chromium_src-816a663dbdd9fddb15858b43d6cbd74cd6e60c30.zip chromium_src-816a663dbdd9fddb15858b43d6cbd74cd6e60c30.tar.gz chromium_src-816a663dbdd9fddb15858b43d6cbd74cd6e60c30.tar.bz2 |
setup.exe changes for 3 stage updates.
BUG=12832
TEST=Either test new command line options (update-setup-exe, new-setup-exe) of setup.exe individually or get a mini_installer that has setup.exe patch only and make sure the installer still works.
Review URL: http://codereview.chromium.org/115866
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 8557efd..c884685 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -336,6 +336,9 @@ Chrome supports. --> <message name="IDS_INSTALL_FAILED" desc="Error displayed if installation fails due to some unknown error."> Installation failed due to unspecified error. If Google Chrome is currently running, please close it and try again. </message> + <message name="IDS_SETUP_PATCH_FAILED" desc="Error message when setup.exe fails to patch itself."> + Installation failed due to unspecified error. Please download Google Chrome again. + </message> <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS is not supported"> Google Chrome requires Windows Vista or Windows XP with SP2 or higher. </message> |