diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 18:37:38 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 18:37:38 +0000 |
commit | 1e09a50056d013f04f980855e8c0c5a424070985 (patch) | |
tree | 1b86f0df4c12e0098be5790b26c56cf23571d943 /chrome/app/generated_resources.grd | |
parent | 601298ebd4745c16d156c0a85fcf800acf110997 (diff) | |
download | chromium_src-1e09a50056d013f04f980855e8c0c5a424070985.zip chromium_src-1e09a50056d013f04f980855e8c0c5a424070985.tar.gz chromium_src-1e09a50056d013f04f980855e8c0c5a424070985.tar.bz2 |
Make the theme install infobar have an 'undo' button instead
of a 'back to default' button.
BUG=18986
TEST=none
Review URL: http://codereview.chromium.org/164312
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index beeb358..98b07bf 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2079,8 +2079,8 @@ each locale. --> <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed."> Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>" </message> - <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the default theme."> - Back to default + <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the previous theme."> + Undo </message> <!-- Extesion install prompt --> |