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

Unified Diff: chrome/browser/resources/options/autofill_options.html

Issue 1016443004: Translate a string in autofill settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/autofill_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/autofill_options.html
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
index 850e54f0939790f4203611a68189180e99a21e9a..bb7b70b5b33e1368c94d68273d45ddf6f6ba2623 100644
--- a/chrome/browser/resources/options/autofill_options.html
+++ b/chrome/browser/resources/options/autofill_options.html
@@ -2,14 +2,13 @@
<div class="close-button"></div>
<h1 i18n-content="autofillOptionsPage"></h1>
<div class="content-area">
+ <!-- TODO(estade): This checkbox shouldn't show if you're not signed into
+ sync. Or perhaps it should show with a link to go sign in with sync?
+ -->
<div id="autofill-wallet-setting-area" class="checkbox">
<label>
<input pref="autofill.wallet_import_enabled" type="checkbox">
- <span>
- Suggest addresses and credit cards from Google Wallet
- <!-- A reminder not to launch this UI. -->
- <span style="font-size: 80%">translate me!</span>
- </span>
+ <span i18n-content="autofillWalletOption"></span>
</div>
<if expr="is_macosx">
<div class="checkbox">
@@ -21,9 +20,6 @@
</label>
</div>
</if>
- <!-- TODO(estade): This section shouldn't show if you're not signed into
- sync. Or perhaps it should show with a link to go sign in with sync?
- -->
<h3 i18n-content="autofillAddresses"></h3>
<div class="settings-list">
<list id="address-list"></list>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/autofill_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698