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

Unified Diff: chrome/browser/resources/sync_setup_overlay.html

Issue 10911203: Show proper title for spinner dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/resources/sync_setup_overlay.html
diff --git a/chrome/browser/resources/sync_setup_overlay.html b/chrome/browser/resources/sync_setup_overlay.html
index 6a69fc3fe170685ef65f67f43097a8af9744a8f5..4e28fdccee5dad98aadb6819c50b1179be3f0baa 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -353,7 +353,7 @@
</div>
</div>
<div id="sync-setup-spinner" hidden>
- <h1 i18n-content="syncSetupConfigureTitle"></h1>
+ <h1 i18n-content="syncSetupSpinnerTitle"></h1>
<div class="content-area">
<div id="spinner-throbber" class="throbber"></div>
</div>

Powered by Google App Engine
This is Rietveld 408576698