diff options
author | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 17:52:35 +0000 |
---|---|---|
committer | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 17:52:35 +0000 |
commit | 1942b575b71a56eb329591052d28d673e5cdb573 (patch) | |
tree | dd67ecd58d37a9c4e3dd35027d028b9e45f78ff0 /chrome/app | |
parent | 056dfaa78537273a1c7e85335cd0ac44c7960c49 (diff) | |
download | chromium_src-1942b575b71a56eb329591052d28d673e5cdb573.zip chromium_src-1942b575b71a56eb329591052d28d673e5cdb573.tar.gz chromium_src-1942b575b71a56eb329591052d28d673e5cdb573.tar.bz2 |
Burn on date added to the Chrome OS version string on welcome screen for official builds.
BUG=chromium-os:8164
TEST=On official builds, version string (in the bottom of the screen) must have the image date.
Review URL: http://codereview.chromium.org/5228001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 2 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a552862..8c9cd49 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10238,7 +10238,7 @@ Keep your key file in a safe place. You will need it to create new versions of y <ph name="DATE">$1<ex>Aug 16, 2010</ex></ph> </message> <message name="IDS_VERSION_FIELD_PREFIX" desc="Display the OS version to the user."> - OS version + version </message> <message name="IDS_PROXY_CONFIG_TITLE" desc="The title of the basic proxy config."> Proxy Configuration diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 116953a..5ebaed8 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -186,7 +186,7 @@ Chrome supports. --> </message> <if expr="pp_ifdef('chromeos')"> <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name"> - Google Chrome OS + Chrome OS </message> </if> <if expr="os.find('win') != -1"> |