| Index: chrome/browser/resources/options/content_settings_exceptions_area.html
|
| diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
|
| index d4289bbcc6844174092793e0cc2c415622ae3fcf..ad8f42a9d1f7d7bd9117718020f622825e408a57 100644
|
| --- a/chrome/browser/resources/options/content_settings_exceptions_area.html
|
| +++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
|
| @@ -9,7 +9,7 @@
|
| <div contentType="cookies">
|
| <list mode="normal"></list>
|
| <div>
|
| - <span class="otr_explanation"
|
| + <span class="otrExplanation"
|
| i18n-content="otr_exceptions_explanation"></span>
|
| <list mode="otr"></list>
|
| </div>
|
| @@ -20,7 +20,7 @@
|
| <div contentType="images">
|
| <list mode="normal"></list>
|
| <div>
|
| - <span class="otr_explanation"
|
| + <span class="otrExplanation"
|
| i18n-content="otr_exceptions_explanation"></span>
|
| <list mode="otr"></list>
|
| </div>
|
| @@ -29,7 +29,7 @@
|
| <div contentType="javascript">
|
| <list mode="normal"></list>
|
| <div>
|
| - <span class="otr_explanation"
|
| + <span class="otrExplanation"
|
| i18n-content="otr_exceptions_explanation"></span>
|
| <list mode="otr"></list>
|
| </div>
|
| @@ -38,7 +38,7 @@
|
| <div contentType="plugins">
|
| <list mode="normal"></list>
|
| <div>
|
| - <span class="otr_explanation"
|
| + <span class="otrExplanation"
|
| i18n-content="otr_exceptions_explanation"></span>
|
| <list mode="otr"></list>
|
| </div>
|
| @@ -48,7 +48,7 @@
|
| <div contentType="popups">
|
| <list mode="normal"></list>
|
| <div>
|
| - <span class="otr_explanation"
|
| + <span class="otrExplanation"
|
| i18n-content="otr_exceptions_explanation"></span>
|
| <list mode="otr"></list>
|
| </div>
|
|
|