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

Unified Diff: chrome/browser/resources/options/chromeos/language_chewing_options.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/language_chewing_options.html
diff --git a/chrome/browser/resources/options/chromeos/language_chewing_options.html b/chrome/browser/resources/options/chromeos/language_chewing_options.html
index f5cd74c2c45aefab87e206e03a33c335de7f9635..e7751630fa8eb95327297d5bc3902b9e7c3d5b90 100644
--- a/chrome/browser/resources/options/chromeos/language_chewing_options.html
+++ b/chrome/browser/resources/options/chromeos/language_chewing_options.html
@@ -141,7 +141,7 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="chewing-confirm" i18n-content="ok"></button>
+ <button id="chewing-confirm" i18n-content="done"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698