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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_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/change_picture_options.html
diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.html b/chrome/browser/resources/options/chromeos/change_picture_options.html
index 8d4171790fd80d67e65bd08d4a3785be611ea10d..28fe5ebfeaba90e51bab7c0d5ac1f937b4e59d8a 100644
--- a/chrome/browser/resources/options/chromeos/change_picture_options.html
+++ b/chrome/browser/resources/options/chromeos/change_picture_options.html
@@ -28,7 +28,7 @@
</div>
<div class="action-area">
<div class="button-strip">
- <button id="change-picture-overlay-confirm" i18n-content="ok"></button>
+ <button id="change-picture-overlay-confirm" i18n-content="done"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698