diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 22:24:26 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 22:24:26 +0000 |
commit | ef038f229a742a7408ecaec1f56ea61e3bc38409 (patch) | |
tree | d6f638bbcc751c1cdb8eb8957c8d3d8677866e8f /chrome/app/chromium_strings.grd | |
parent | 9aed47ca88d66fd3edd77f6a4ac0c4f4f953cecc (diff) | |
download | chromium_src-ef038f229a742a7408ecaec1f56ea61e3bc38409.zip chromium_src-ef038f229a742a7408ecaec1f56ea61e3bc38409.tar.gz chromium_src-ef038f229a742a7408ecaec1f56ea61e3bc38409.tar.bz2 |
Before installing Chrome check that the installation directory doesn't exist (or can be deleted).
BUG=7176
Review URL: http://codereview.chromium.org/27258
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 07e4230..c175c97 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -257,6 +257,9 @@ be available for now. --> <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we can not find the installation directory from registry."> Chromium is not installed or it failed to find installation directory. Please download Chromium again. </message> + <message name="IDS_INSTALL_DIR_IN_USE" desc="Error during install if Chromium version is missing from registry but the installation directory exists and can not be deleted."> + Chromium installation directory seems to be in use. Please reboot your computer and try again. + </message> <!-- Options Dialog --> <message name="IDS_OPTIONS_DISABLE_SERVICES" desc="The text in the options panel that describes how we use web services to improve browsing experience."> Chromium may use web services to improve your browsing experience - you may optionally disable these services. |