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

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: rebase. 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 be2ec8b227ff1c237f5756d916e5be1c14fdca83..17adbda407efdedfe140b46641d017be0b819728 100644
--- a/chrome/browser/resources/sync_setup_overlay.html
+++ b/chrome/browser/resources/sync_setup_overlay.html
@@ -354,7 +354,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>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698