Index: chrome/browser/resources/print_preview/settings/margin_settings.html |
diff --git a/chrome/browser/resources/print_preview/settings/margin_settings.html b/chrome/browser/resources/print_preview/settings/margin_settings.html |
index 164d01ced286e81e281ae463347eea04e5b40e93..e288c8319c58d379232c23681dd9c5bb8bfd4d71 100644 |
--- a/chrome/browser/resources/print_preview/settings/margin_settings.html |
+++ b/chrome/browser/resources/print_preview/settings/margin_settings.html |
@@ -5,7 +5,7 @@ |
<div class="right-column"> |
<select class="margin-settings-select" aria-labelledby="margin-label"> |
<!-- The order of these options must match the natural order of their |
- values, which come from print_preview.ticket_items.MarginsType.Value. --> |
+ values, which come from print_preview.ticket_items.MarginsTypeValue. --> |
<option value="0" selected>$i18n{defaultMargins}</option> |
<option value="1">$i18n{noMargins}</option> |
<option value="2">$i18n{minimumMargins}</option> |