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

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

Issue 7978010: De-dup Autofill and Sync 'emailLabel' labels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 3 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 | « no previous file | 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_edit_address_overlay.html
diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.html b/chrome/browser/resources/options/autofill_edit_address_overlay.html
index 602e642a6dde9cbd120a4e7c45556bc0c9125a3a..a76846dfa7ec5afcc84d3f6d9a79574832a66d28 100644
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.html
+++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html
@@ -3,26 +3,26 @@
<div class="content-area">
<div class="input">
<label>
- <div><span i18n-content="fullNameLabel"></span></div>
+ <div><span i18n-content="autofillFullNameLabel"></span></div>
<list id="full-name-list"
i18n-values="placeholder:addNewNamePlaceholder"></list>
</label>
</div>
<div class="input">
<label>
- <div><span i18n-content="companyNameLabel"></span></div>
+ <div><span i18n-content="autofillCompanyNameLabel"></span></div>
<input id="company-name" type="text" class="autofill-form">
</label>
</div>
<div class="input">
<label>
- <div><span i18n-content="addrLine1Label"></span></div>
+ <div><span i18n-content="autofillAddrLine1Label"></span></div>
<input id="addr-line-1" type="text" class="autofill-form">
</label>
</div>
<div class="input">
<label>
- <div><span i18n-content="addrLine2Label"></span></div>
+ <div><span i18n-content="autofillAddrLine2Label"></span></div>
<input id="addr-line-2" type="text" class="autofill-form">
</label>
</div>
@@ -30,7 +30,7 @@
<div class="row">
<div class="input cell">
<label for="city">
- <span i18n-content="cityLabel"></span>
+ <span i18n-content="autofillCityLabel"></span>
</label>
</div>
<div class="input cell">
@@ -55,7 +55,7 @@
<div class="input">
<label>
<div>
- <span i18n-content="countryLabel"></span>
+ <span i18n-content="autofillCountryLabel"></span>
</div>
<select id="country"></select>
</label>
@@ -64,12 +64,12 @@
<div class="row">
<div class="input cell">
<label for="phone-list">
- <span i18n-content="phoneLabel"></span>
+ <span i18n-content="autofillPhoneLabel"></span>
</label>
</div>
<div class="input cell">
<label for="email-list">
- <span i18n-content="emailLabel"></span>
+ <span i18n-content="autofillEmailLabel"></span>
</label>
</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/autofill_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698