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

Unified Diff: chrome/browser/resources/options/content_settings.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/content_settings.html
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index ac2e9fdd5c429a07958c2899d6e1b4a3bbb55633..5ca72a625cee267b581b5ee2d1be571ffe4291e0 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -501,7 +501,8 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="content-settings-overlay-confirm" i18n-content="ok"></button>
+ <button id="content-settings-overlay-confirm" i18n-content="done">
+ </button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698