diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 21:47:13 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 21:47:13 +0000 |
commit | af14837b2c15e7975945db9b97fe293c2f0ed94b (patch) | |
tree | 310434b0dd38e98c790eacaf347aeef5deeb312f /chrome/app | |
parent | b3e51203de9006c4472f07ec2bf3312719368e76 (diff) | |
download | chromium_src-af14837b2c15e7975945db9b97fe293c2f0ed94b.zip chromium_src-af14837b2c15e7975945db9b97fe293c2f0ed94b.tar.gz chromium_src-af14837b2c15e7975945db9b97fe293c2f0ed94b.tar.bz2 |
Make the theme preview infobar default to installation, and
only have a single button for undo.
Review URL: http://codereview.chromium.org/160200
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c9b03f3a..92982b2 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1952,10 +1952,7 @@ each locale. --> <message name="IDS_THEME_PREVIEW_INFOBAR_LABEL" desc="Text displayed on an infobar while previewing a theme."> Previewing theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>" </message> - <message name="IDS_THEME_PREVIEW_INFOBAR_OK_BUTTON" desc="Text displayed on the button to accept a theme preview."> - Keep this theme - </message> - <message name="IDS_THEME_PREVIEW_INFOBAR_CANCEL_BUTTON" desc="Text displayed on the button to reject a theme preview and go back to the default theme."> + <message name="IDS_THEME_PREVIEW_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to reject a theme preview and go back to the default theme."> Back to default </message> |