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

Unified Diff: chrome/browser/views/bookmark_bubble_view.cc

Issue 661235: Rename button from "Close" to "Done" on bookmark bubble and content bubbles. (Closed)
Patch Set: Created 10 years, 10 months 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/views/bookmark_bubble_view.cc
diff --git a/chrome/browser/views/bookmark_bubble_view.cc b/chrome/browser/views/bookmark_bubble_view.cc
index 425d1ce56e6ddade0fcf0cf31710d9d2a3c50507..b6d7519aceb334eb83d3bd81ac15f47de85b8f18 100644
--- a/chrome/browser/views/bookmark_bubble_view.cc
+++ b/chrome/browser/views/bookmark_bubble_view.cc
@@ -242,7 +242,7 @@ void BookmarkBubbleView::Init() {
edit_button_ = new NativeButton(
this, l10n_util::GetString(IDS_BOOMARK_BUBBLE_OPTIONS));
- close_button_ = new NativeButton(this, l10n_util::GetString(IDS_CLOSE));
+ close_button_ = new NativeButton(this, l10n_util::GetString(IDS_DONE));
close_button_->SetIsDefault(true);
parent_combobox_ = new Combobox(&parent_model_);
« no previous file with comments | « chrome/browser/gtk/content_blocked_bubble_gtk.cc ('k') | chrome/browser/views/content_blocked_bubble_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698