diff options
author | gwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-18 17:33:54 +0000 |
---|---|---|
committer | gwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-18 17:33:54 +0000 |
commit | 2975326eca211f79a410ea4865d7ed333a1be716 (patch) | |
tree | a519b16f30247f1dc0a8afd742f6e1592930471d /chrome/installer/setup/eula/oem_et.html | |
parent | f3e6a1f6e7d7ff119eea6fc4d1ebed3f582fc5a2 (diff) | |
download | chromium_src-2975326eca211f79a410ea4865d7ed333a1be716.zip chromium_src-2975326eca211f79a410ea4865d7ed333a1be716.tar.gz chromium_src-2975326eca211f79a410ea4865d7ed333a1be716.tar.bz2 |
Changes the title of the in-product EULAs to not contain "OEM"
R=cpu
BUG=30711
TEST=Run in-product EULA, should not see "OEM" in the title.
Review URL: http://codereview.chromium.org/500107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup/eula/oem_et.html')
-rw-r--r-- | chrome/installer/setup/eula/oem_et.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/setup/eula/oem_et.html b/chrome/installer/setup/eula/oem_et.html index 6e36837..279fbe3 100644 --- a/chrome/installer/setup/eula/oem_et.html +++ b/chrome/installer/setup/eula/oem_et.html @@ -1,7 +1,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Google Chrome'i OEM EULA</title> +<title>Google Chrome'i EULA</title> <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" /> <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> </head> |