diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 21:40:19 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 21:40:19 +0000 |
commit | 8c2890b9fcd0a969b18dd1a3c437f466b2a63c1f (patch) | |
tree | 967a04fe584f730514ab2a83be165e64295999af /chrome/browser/resources/new_new_tab.html | |
parent | 3a5d60cb990454eb2ef5eb2009fe947a7f95098c (diff) | |
download | chromium_src-8c2890b9fcd0a969b18dd1a3c437f466b2a63c1f.zip chromium_src-8c2890b9fcd0a969b18dd1a3c437f466b2a63c1f.tar.gz chromium_src-8c2890b9fcd0a969b18dd1a3c437f466b2a63c1f.tar.bz2 |
Update tooltips according to Roma. I ended up calling "Unpin" "Don't
keep on this page" since all the other suggestions are pretty bad as
they are.
BUG=None
TEST=The tooltips should have been updated
Review URL: http://codereview.chromium.org/155532
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 086553f..cd7b707 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -57,9 +57,11 @@ logEvent('log start'); <div id="view-toolbar" ><input type=checkbox id="thumb-checkbox" checked - i18n-values="title:hidethumbnails" - ><input type=checkbox id="list-checkbox" i18n-values="title:showlist" - ><input type="button" id="option-button"></div> + i18n-values="title:showhidethumbnailtooltip" + ><input type=checkbox id="list-checkbox" + i18n-values="title:showhidelisttooltip" + ><input type="button" id="option-button" + i18n-values="title:pagedisplaytooltip"></div> <div id="option-menu" class="window-menu"> <div section="THUMB" show="true" i18n-content="showthumbnails" |