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/dom_ui | |
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/dom_ui')
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc index 3a53b24..a807e47 100644 --- a/chrome/browser/dom_ui/new_tab_ui.cc +++ b/chrome/browser/dom_ui/new_tab_ui.cc @@ -335,7 +335,12 @@ void NewTabHTMLSource::StartDataRequest(const std::string& path, l10n_util::GetString(IDS_NEW_TAB_PIN_THUMBNAIL_TOOLTIP)); localized_strings.SetString(L"unpinthumbnailtooltip", l10n_util::GetString(IDS_NEW_TAB_UNPIN_THUMBNAIL_TOOLTIP)); - + localized_strings.SetString(L"showhidethumbnailtooltip", + l10n_util::GetString(IDS_NEW_TAB_SHOW_HIDE_THUMBNAIL_TOOLTIP)); + localized_strings.SetString(L"showhidelisttooltip", + l10n_util::GetString(IDS_NEW_TAB_SHOW_HIDE_LIST_TOOLTIP)); + localized_strings.SetString(L"pagedisplaytooltip", + l10n_util::GetString(IDS_NEW_TAB_PAGE_DISPLAY_TOOLTIP)); SetFontAndTextDirection(&localized_strings); |