Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2598)

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html

Issue 1976003002: [MD settings] change i18n() use in html to $i18n (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: line wrapping Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index 4aee64d5bb1759c7d5cdfc0c4d248cc6b1090339..cfa7fa31eda024a177d53ffe979c1183220a14fa 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -115,7 +115,7 @@
value="[[getEmptyPassword_(item.numCharactersInPassword)]]">
</input>
<paper-icon-button id="passwordMenu" icon="cr:more-vert"
- on-tap="onPasswordMenuTap_" i18n-values="alt:passwordMenu"
+ on-tap="onPasswordMenuTap_" alt="$i18n{passwordMenu}"
tabindex$="[[tabIndex]]">
</paper-icon-button>
</div>
@@ -140,7 +140,7 @@
<paper-icon-button id="removeExceptionButton"
icon="settings:close" on-tap="onRemoveExceptionButtonTap_"
tabindex$="[[tabIndex]]"
- i18n-values="alt:deletePasswordException">
+ alt="$i18n{deletePasswordException}">
</paper-icon-button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698