| Index: chrome/browser/resources/options/handler_options.html
|
| diff --git a/chrome/browser/resources/options/handler_options.html b/chrome/browser/resources/options/handler_options.html
|
| index 4b4e8e55b13b69edffd86cdbca1dc406349b2902..bfe856baffcded4cb79da66239df53a20dabc463 100644
|
| --- a/chrome/browser/resources/options/handler_options.html
|
| +++ b/chrome/browser/resources/options/handler_options.html
|
| @@ -2,26 +2,26 @@
|
| <div class="close-button"></div>
|
| <h1 i18n-content="handlersPage"></h1>
|
| <div class="content-area">
|
| - <h3 i18n-content="handlers_active_heading"></h3>
|
| + <h3 i18n-content="handlersActiveHeading"></h3>
|
| <div class="handlers-column-headers">
|
| <div class="handlers-type-column">
|
| - <div i18n-content="handlers_type_column_header"></div>
|
| + <div i18n-content="handlersTypeColumnHeader"></div>
|
| </div>
|
| <div class="handlers-site-column">
|
| - <div i18n-content="handlers_site_column_header"></div>
|
| + <div i18n-content="handlersSiteColumnHeader"></div>
|
| </div>
|
| <div class="handlers-remove-column"></div>
|
| </div>
|
| <list id="handlers-list"></list>
|
|
|
| <div id="ignored-handlers-section">
|
| - <h3 i18n-content="handlers_ignored_heading"></h3>
|
| + <h3 i18n-content="handlersIgnoredHeading"></h3>
|
| <div class="handlers-column-headers">
|
| <div class="handlers-type-column">
|
| - <h3 i18n-content="handlers_type_column_header"></h3>
|
| + <h3 i18n-content="handlersTypeColumnHeader"></h3>
|
| </div>
|
| <div class="handlers-site-column">
|
| - <h3 i18n-content="handlers_site_column_header"></h3>
|
| + <h3 i18n-content="handlersSiteColumnHeader"></h3>
|
| </div>
|
| <div class="handlers-remove-column"></div>
|
| </div>
|
| @@ -31,7 +31,7 @@
|
| <div class="action-area">
|
| <div class="hbox stretch">
|
| <a target="_blank" i18n-content="learnMore"
|
| - i18n-values="href:handlers_learn_more_url"></a>
|
| + i18n-values="href:handlersLearnMoreUrl"></a>
|
| </div>
|
| <div class="action-area-right">
|
| <div class="button-strip">
|
|
|