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

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

Issue 7977029: [Sync Setup UI] String changes. "Sync" -> "Sign In" and others. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/personal_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/personal_options.html
diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
index 0ab4e20de81b8502d8029fd44fcb5ab5f4b83fd9..fecd8a0cf3be296ec0e9d21a96265fd0eea87d1a 100644
--- a/chrome/browser/resources/options/personal_options.html
+++ b/chrome/browser/resources/options/personal_options.html
@@ -22,8 +22,8 @@
<h3 i18n-content="syncSection"></h3>
<div>
<div id="sync-overview" hidden>
- <div i18n-content="syncOverview"></div>
- <div i18n-content="syncFurtherOverview"></div>
+ <span i18n-content="syncOverview"></span>
+ <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a>
</div>
<div id="sync-status" hidden>
<span id="sync-status-text"></span>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/options/personal_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698