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

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

Issue 11308355: Change 'ok' to 'done' in WebUI where there is no corresponding 'cancel' button (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 80 char lines Created 8 years 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/options/import_data_overlay.html
diff --git a/chrome/browser/resources/options/import_data_overlay.html b/chrome/browser/resources/options/import_data_overlay.html
index 7415dadc0b71d69d7abe0ca591ab24ebf8e97873..adc5cbda8b526f1f6e355ea7348a05103bef811d 100644
--- a/chrome/browser/resources/options/import_data_overlay.html
+++ b/chrome/browser/resources/options/import_data_overlay.html
@@ -101,7 +101,7 @@
<div class="import-data-success" hidden>
<div class="action-area-right">
<div class="button-strip">
- <button id="import-data-confirm" i18n-content="ok"></button>
+ <button id="import-data-confirm" i18n-content="done"></button>
</div>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/options/handler_options.html ('k') | chrome/browser/resources/options/language_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698