Index: chrome/browser/resources/print_preview/settings/other_options_settings.html |
diff --git a/chrome/browser/resources/print_preview/settings/other_options_settings.html b/chrome/browser/resources/print_preview/settings/other_options_settings.html |
index 36f4a608b49dcb0566a88347a74f8c20de2058e1..7f7929074d1fb3b68b515f57b9831f68b28e021f 100644 |
--- a/chrome/browser/resources/print_preview/settings/other_options_settings.html |
+++ b/chrome/browser/resources/print_preview/settings/other_options_settings.html |
@@ -1,38 +1,44 @@ |
<div id="other-options-settings" |
class="other-options-settings two-column" hidden> |
<div class="left-column"> |
- <h1 i18n-content="optionsLabel"></h1> |
+ <h1>$i18n{optionsLabel}</h1> |
</div> |
<div class="right-column checkbox"> |
<div id="other-options-collapsible" class="collapsible"> |
<div class="header-footer-container checkbox"> |
<label aria-live="polite"> |
- <input class="header-footer-checkbox" type="checkbox"> |
- <span i18n-content="optionHeaderFooter"></span> |
+ <input class="checkbox" type="checkbox"> |
+ <span>$i18n{optionHeaderFooter}</span> |
</label> |
</div> |
<div class="fit-to-page-container checkbox"> |
<label aria-live="polite"> |
- <input class="fit-to-page-checkbox" type="checkbox"> |
- <span i18n-content="optionFitToPage"></span> |
+ <input class="checkbox" type="checkbox"> |
+ <span>$i18n{optionFitToPage}</span> |
</label> |
</div> |
<div class="duplex-container checkbox"> |
<label aria-live="polite"> |
- <input class="duplex-checkbox" type="checkbox"> |
- <span i18n-content="optionTwoSided"></span> |
+ <input class="checkbox" type="checkbox"> |
+ <span>$i18n{optionTwoSided}</span> |
</label> |
</div> |
<div class="css-background-container checkbox"> |
<label aria-live="polite"> |
- <input class="css-background-checkbox" type="checkbox"> |
- <span i18n-content="optionBackgroundColorsAndImages"></span> |
+ <input class="checkbox" type="checkbox"> |
+ <span>$i18n{optionBackgroundColorsAndImages}</span> |
+ </label> |
+ </div> |
+ <div class="rasterize-container checkbox"> |
+ <label aria-live="polite"> |
+ <input class="checkbox" type="checkbox"> |
+ <span>$i18n{optionRasterize}</span> |
</label> |
</div> |
<div class="selection-only-container checkbox"> |
<label aria-live="polite"> |
- <input class="selection-only-checkbox" type="checkbox"> |
- <span i18n-content="optionSelectionOnly"></span> |
+ <input class="checkbox" type="checkbox"> |
+ <span>$i18n{optionSelectionOnly}</span> |
</label> |
</div> |
</div> |