summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_new_tab.js
diff options
context:
space:
mode:
authorarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 21:40:19 +0000
committerarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-14 21:40:19 +0000
commit8c2890b9fcd0a969b18dd1a3c437f466b2a63c1f (patch)
tree967a04fe584f730514ab2a83be165e64295999af /chrome/browser/resources/new_new_tab.js
parent3a5d60cb990454eb2ef5eb2009fe947a7f95098c (diff)
downloadchromium_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.js')
-rw-r--r--chrome/browser/resources/new_new_tab.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/resources/new_new_tab.js b/chrome/browser/resources/new_new_tab.js
index e0b7648..5bebc13 100644
--- a/chrome/browser/resources/new_new_tab.js
+++ b/chrome/browser/resources/new_new_tab.js
@@ -447,11 +447,6 @@ var mostVisited = {
thumbCheckbox.checked = false;
listCheckbox.checked = false;
}
-
- thumbCheckbox.title = localStrings.getString(
- shownSections & Section.THUMB ? 'hidethumbnails' : 'showthumbnails');
- listCheckbox.title = localStrings.getString(
- shownSections & Section.LIST ? 'hidelist' : 'showlist');
},
dirty_: false,