diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 23:15:00 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-07 23:15:00 +0000 |
commit | 0f6ddca67e6adf84a63a88f8a35be0bc481aa9f2 (patch) | |
tree | ebe1a4d82f565994bf1f7c8fb7f16a4345f44b76 /chrome/app/chromium_strings.grd | |
parent | 88e6b6f3251af7092432c33b7d372a17c7169904 (diff) | |
download | chromium_src-0f6ddca67e6adf84a63a88f8a35be0bc481aa9f2.zip chromium_src-0f6ddca67e6adf84a63a88f8a35be0bc481aa9f2.tar.gz chromium_src-0f6ddca67e6adf84a63a88f8a35be0bc481aa9f2.tar.bz2 |
Remove a few stray bits of win2k support.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1998012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chromium_strings.grd')
-rw-r--r-- | chrome/app/chromium_strings.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index ce135a6..44a8da4 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -271,8 +271,8 @@ be available for now. --> </message> </if> <!-- Strings used to warn that an OS is not supported --> - <message name="IDS_UNSUPPORTED_OS_WIN2000" desc="The text used to warn the user that Windows 2000 is not supported"> - Chromium does not support Windows 2000. Some features may not work. + <message name="IDS_UNSUPPORTED_OS_PRE_WIN_XP" desc="The text used to warn the user that Windows pre-XP is not supported"> + Chromium requires Windows XP or later. Some features may not work. </message> <message name="IDS_UNSUPPORTED_OS" desc="The text used to warn the user that current OS is not supported"> Chromium does not support <ph name="OS_NAME">$1<ex>Windows 2000</ex></ph>. |