diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-08 17:41:47 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-08 17:41:47 +0000 |
commit | 097a856b566ac0346fa50cee0fa6b69bc878ad3b (patch) | |
tree | 27fdcd6ef8a2a9eb6b92c6ac97f73aa6b771803a /chrome/app/google_chrome_strings.grd | |
parent | 1d2eb13fa0a3e8b1e03a22b8dd4d2af38b85b626 (diff) | |
download | chromium_src-097a856b566ac0346fa50cee0fa6b69bc878ad3b.zip chromium_src-097a856b566ac0346fa50cee0fa6b69bc878ad3b.tar.gz chromium_src-097a856b566ac0346fa50cee0fa6b69bc878ad3b.tar.bz2 |
* Return error in case non admin user tries system level install.
BUG=5117,4973
TBR=huanr
Review URL: http://codereview.chromium.org/13200
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6514 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 52c9878..7fb00a9c 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -286,6 +286,9 @@ Chrome supports. --> <message name="IDS_INSTALL_INVALID_ARCHIVE" desc="Error displayed when we can not open the installation archive."> The installer archive is corrupted or invalid. Please download Google Chrome again. </message> + <message name="IDS_INSTALL_INSUFFICIENT_RIGHTS" desc="Error displayed when a non admin user tries to attempt system level install/uninstall."> + You do not have appropriate rights for system-level install. Try running the installer again as Administrator. + </message> <message name="IDS_UNINSTALL_FAILED" desc="Error during uninstall if we can not find the installation directory from registry."> Google Chrome is not installed or it failed to find installation directory. Please download Google Chrome again. </message> |