diff options
author | chocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 21:36:39 +0000 |
---|---|---|
committer | chocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 21:36:39 +0000 |
commit | 295470b39bdef891189fbf7b7222e25c0c47f25f (patch) | |
tree | 4e4a9297d438e3fe882258a83e91215d501360b0 /chrome/app | |
parent | 1ac9cfb44657b6fb13de47fc50304b21ae4a43e2 (diff) | |
download | chromium_src-295470b39bdef891189fbf7b7222e25c0c47f25f.zip chromium_src-295470b39bdef891189fbf7b7222e25c0c47f25f.tar.gz chromium_src-295470b39bdef891189fbf7b7222e25c0c47f25f.tar.bz2 |
Add stable track to available channels in about dialog for ChromeOS.
Also renamed development track to dev track to be consistent with Chrome.
BUG=chromium-os:14049
TEST=See the stable track in the drop down and select it. Make sure it persists after reboot.
Review URL: http://codereview.chromium.org/6813115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index aeceee7..96423ed 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6785,14 +6785,14 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_ABOUT_PAGE_CHANNEL" desc="The channel label under _More_Info_."> Channel </message> - <message name="IDS_ABOUT_PAGE_CHANNEL_RELEASE" desc="The release option in the channel select."> - Release + <message name="IDS_ABOUT_PAGE_CHANNEL_STABLE" desc="The stable option in the channel select."> + Stable </message> <message name="IDS_ABOUT_PAGE_CHANNEL_BETA" desc="The beta option in the channel select."> Beta </message> <message name="IDS_ABOUT_PAGE_CHANNEL_DEVELOPMENT" desc="The development option in the channel select."> - Development + Dev </message> <message name="IDS_ABOUT_PAGE_CHANNEL_CANARY" desc="The canary option in the channel select."> Canary |