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_); |