diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 16:32:09 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 16:32:09 +0000 |
commit | 0803a3fd46783c7e3380ab92478bd95143ebb19c (patch) | |
tree | 980080f17cac36c9794fba05f8bf93eda66f5091 /chrome | |
parent | 0bfc29a5e1dc622ef1ca3601296738112a9a9abf (diff) | |
download | chromium_src-0803a3fd46783c7e3380ab92478bd95143ebb19c.zip chromium_src-0803a3fd46783c7e3380ab92478bd95143ebb19c.tar.gz chromium_src-0803a3fd46783c7e3380ab92478bd95143ebb19c.tar.bz2 |
Update OS error message.
BUG=6381
Review URL: http://codereview.chromium.org/99009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/chromium_strings.grd | 2 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index b051698..02da5a0 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -292,7 +292,7 @@ be available for now. --> Installation failed due to unspecified error. If Chromium is currently running, please close it and try again. </message> <message name="IDS_INSTALL_OS_NOT_SUPPORTED" desc="Error displayed if OS is not supported"> - Chromium requires Windows Vista or Windows XP with SP1 or higher. + Chromium requires Windows Vista or Windows XP with SP2 or higher. </message> <message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Windows API call fails and we do not have more specific information."> An operating system error occurred during installation. Please download Chromium again. diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 5dac76d..5ab12cf 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -337,7 +337,7 @@ Chrome supports. --> Installation failed due to unspecified error. If Google Chrome is currently running, please close it and try 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 SP1 or higher. + Google Chrome requires Windows Vista or Windows XP with SP2 or higher. </message> <message name="IDS_INSTALL_OS_ERROR" desc="Error displayed when any Windows API call fails and we do not have more specific information."> An operating system error occurred during installation. Please download Google Chrome again. |