diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-27 20:57:51 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-27 20:57:51 +0000 |
commit | aa85ee9dad370549eb3f07d01a54d352b8e2b1e3 (patch) | |
tree | a20abbed955ff16a3784c738026b9d2e22589ec8 /chrome | |
parent | 6c852a8a8057ad5bce0d546c4c86a723f33c49b3 (diff) | |
download | chromium_src-aa85ee9dad370549eb3f07d01a54d352b8e2b1e3.zip chromium_src-aa85ee9dad370549eb3f07d01a54d352b8e2b1e3.tar.gz chromium_src-aa85ee9dad370549eb3f07d01a54d352b8e2b1e3.tar.bz2 |
Another string; I forgot I'd need tooltip text for all the icons.
TBR=zel
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/551176
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 1897745..7b114de 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2271,13 +2271,13 @@ each locale. --> </message> <!-- Content blocking strings --> - <message name="IDS_BLOCKED_COOKIES_TITLE" desc="Bubble info header text when a page is not allowed to write cookies or other site data."> + <message name="IDS_BLOCKED_COOKIES_TITLE" desc="Tooltip and bubble info header text when a page is not allowed to write cookies or other site data."> This page was prevented from setting cookies. </message> <message name="IDS_BLOCKED_COOKIES_LINK" desc="Link to cookie section of content blocking management dialog, displayed in bubble when a page tries to write cookies or other site data."> Manage cookie blocking... </message> - <message name="IDS_BLOCKED_IMAGES_TITLE" desc="Bubble info header text when a page is not allowed to display images."> + <message name="IDS_BLOCKED_IMAGES_TITLE" desc="Tooltip and bubble info header text when a page is not allowed to display images."> Images were blocked on this page. </message> <message name="IDS_BLOCKED_IMAGES_UNBLOCK" desc="Radio button choice to unblock a site from showing images, displayed in bubble when a page tries to display images."> @@ -2289,6 +2289,9 @@ each locale. --> <message name="IDS_BLOCKED_IMAGES_LINK" desc="Link to images section of content blocking management dialog, displayed in bubble when a page tries to display images."> Manage image blocking... </message> + <message name="IDS_BLOCKED_POPUPS_TOOLTIP" desc="Tooltip text when a page is not allowed to display popups."> + Pop-ups were blocked on this page. + </message> <message name="IDS_BLOCKED_POPUPS_TITLE" desc="Bubble info header text when a page is not allowed to display popups. This appears above a list of popup titles."> The following pop-ups were blocked on this page: </message> @@ -2301,7 +2304,7 @@ each locale. --> <message name="IDS_BLOCKED_POPUPS_LINK" desc="Link to popups section of content blocking management dialog, displayed in bubble when a page tries to display popups."> Manage pop-up blocking... </message> - <message name="IDS_BLOCKED_JAVASCRIPT_TITLE" desc="Bubble info header text when a page is not allowed to run JavaScript."> + <message name="IDS_BLOCKED_JAVASCRIPT_TITLE" desc="Tooltip and bubble info header text when a page is not allowed to run JavaScript."> JavaScript was blocked on this page. </message> <message name="IDS_BLOCKED_JAVASCRIPT_UNBLOCK" desc="Radio button choice to unblock a site from running JavaScript, displayed in bubble when a page tries to run JavaScript."> @@ -2313,7 +2316,7 @@ each locale. --> <message name="IDS_BLOCKED_JAVASCRIPT_LINK" desc="Link to JavaScript section of content blocking management dialog, displayed in bubble when a page tries to run JavaScript."> Manage JavaScript blocking... </message> - <message name="IDS_BLOCKED_PLUGINS_TITLE" desc="Bubble info header text when a page is not allowed to display plug-ins."> + <message name="IDS_BLOCKED_PLUGINS_TITLE" desc="Tooltip and bubble info header text when a page is not allowed to display plug-ins."> Plug-ins were blocked on this page. </message> <message name="IDS_BLOCKED_PLUGINS_UNBLOCK" desc="Radio button choice to unblock a site from using plug-ins, displayed in bubble when a page tries to use plug-ins."> |