diff options
author | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 02:01:52 +0000 |
---|---|---|
committer | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 02:01:52 +0000 |
commit | 244f2b3b9ff0cc85d5c94f33006c417fc8f3220e (patch) | |
tree | c15d651e37e5d0af553cb48e037549e25ccc94c4 /chrome/app | |
parent | 8446c1c07c5d947b450ae7d28bafa8f4e0f9310c (diff) | |
download | chromium_src-244f2b3b9ff0cc85d5c94f33006c417fc8f3220e.zip chromium_src-244f2b3b9ff0cc85d5c94f33006c417fc8f3220e.tar.gz chromium_src-244f2b3b9ff0cc85d5c94f33006c417fc8f3220e.tar.bz2 |
Make the ignored handlers list disappear when it is empty.
TEST=manual testing
Review URL: http://codereview.chromium.org/7495011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0b19fc7..3e3e053 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5551,6 +5551,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_HANDLERS_NONE_HANDLER" desc="Text in the dropdown for handlers for a given protocol that indicates that the protocol shouldn't be handled."> (none) </message> + <message name="IDS_HANDLERS_ACTIVE_HEADING" desc="Header for the section of the handlers settings page that lists handlers that are active, that is, can be used to handle links."> + Active protocol handlers + </message> <message name="IDS_HANDLERS_IGNORED_HEADING" desc="Header for the section of the handlers settings page that lists handlers that are ignored."> Ignored protocol handlers </message> |