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

Unified Diff: chrome/browser/resources/options/content_settings2.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_settings2.html
diff --git a/chrome/browser/resources/options/content_settings2.html b/chrome/browser/resources/options/content_settings2.html
index 9fb43b6461a0067da14c890331b47a68e6a55901..e886bfdeb780dabab1f3e756499a122b655d3d8c 100644
--- a/chrome/browser/resources/options/content_settings2.html
+++ b/chrome/browser/resources/options/content_settings2.html
@@ -6,7 +6,8 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="content-settings-overlay-confirm2" i18n-content="ok"></button>
+ <button id="content-settings-overlay-confirm2" i18n-content="done">
+ </button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698