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

Unified Diff: chrome/browser/resources/options/chromeos/preferred_networks.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/chromeos/preferred_networks.html
diff --git a/chrome/browser/resources/options/chromeos/preferred_networks.html b/chrome/browser/resources/options/chromeos/preferred_networks.html
index d7f112e376f8c46af34fb3f198352530cf439b45..480d943fda2b2ff71eeca97ffb902316111ab4d8 100644
--- a/chrome/browser/resources/options/chromeos/preferred_networks.html
+++ b/chrome/browser/resources/options/chromeos/preferred_networks.html
@@ -9,7 +9,7 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="preferred-networks-confirm" i18n-content="ok">
+ <button id="preferred-networks-confirm" i18n-content="done">
</button>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698