diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 23:23:56 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-24 23:23:56 +0000 |
commit | 2784b4bd11f8bd1072e551052257a4d40a171a48 (patch) | |
tree | 99f41c2c5a0c4514952b8833d5028e6f803ada6a /chrome/app | |
parent | 66b553128b8b60db2c99a00db851ff24a89857c2 (diff) | |
download | chromium_src-2784b4bd11f8bd1072e551052257a4d40a171a48.zip chromium_src-2784b4bd11f8bd1072e551052257a4d40a171a48.tar.gz chromium_src-2784b4bd11f8bd1072e551052257a4d40a171a48.tar.bz2 |
Add tooltips to buttons on the new new tab page as well as remove the
edit link.
BUG=14958, 15073
TEST=On the new new tab page. No "edit" link should show up after a
long hover of a thumbnail. The pin/unpin, remove, show/hide thumbnails,
show/hide list should all show tooltips.
Review URL: http://codereview.chromium.org/146108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a08529d..cb03483 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3427,10 +3427,6 @@ each locale. --> desc="Title of block that holds tips, suggestions, and other new information gathered from web resources in the new tab page."> Recommendations </message> - <message name="IDS_NEW_TAB_EDIT_THUMBNAIL" - desc="Link text for editing a thumbnail. Clicking this link allows the user to change the name and the URL of a thumbnail on the NTP."> - edit - </message> <message name="IDS_NEW_TAB_RECENT_ACTIVITIES" desc="Heading text for the section containing recent activities. Recent activies includes closed windows and tabs as well as downloads."> Recent activities @@ -3487,6 +3483,18 @@ each locale. --> desc="Action link text to undo removing a thumbnail from the most visited section."> Undo </message> + <message name="IDS_NEW_TAB_REMOVE_THUMBNAIL_TOOLTIP" + desc="Tooltip text for the button that removes/blacklists the thumbnail. Once removed the thumbnail will not show up on the new tab page again."> + Remove + </message> + <message name="IDS_NEW_TAB_PIN_THUMBNAIL_TOOLTIP" + desc="Tooltip text for the button that pins the thumbnail. Once pinned the thumbnail will always be shown on the new tab page and it will alwyas be shown in the same position."> + Pin + </message> + <message name="IDS_NEW_TAB_UNPIN_THUMBNAIL_TOOLTIP" + desc="Tooltip text for the button that unpins the thumbnail. Once unpinned the thumbnail might not be displayed on the new tab page any more."> + Unpin + </message> <!-- SafeBrowsing --> <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title"> |