| Index: chrome/browser/gtk/bookmark_bubble_gtk.cc
|
| diff --git a/chrome/browser/gtk/bookmark_bubble_gtk.cc b/chrome/browser/gtk/bookmark_bubble_gtk.cc
|
| index 4c29a1be0ac89abb3f4abdf1788e04478986e805..064c98faf104c51369a94dc770554ad56d16c83a 100644
|
| --- a/chrome/browser/gtk/bookmark_bubble_gtk.cc
|
| +++ b/chrome/browser/gtk/bookmark_bubble_gtk.cc
|
| @@ -164,7 +164,7 @@ BookmarkBubbleGtk::BookmarkBubbleGtk(GtkWindow* toplevel_window,
|
| GtkWidget* edit_button = gtk_button_new_with_label(
|
| l10n_util::GetStringUTF8(IDS_BOOMARK_BUBBLE_OPTIONS).c_str());
|
| GtkWidget* close_button = gtk_button_new_with_label(
|
| - l10n_util::GetStringUTF8(IDS_CLOSE).c_str());
|
| + l10n_util::GetStringUTF8(IDS_DONE).c_str());
|
|
|
| // Our content is arranged in 3 rows. |top| contains a left justified
|
| // message, and a right justified remove link button. |table| is the middle
|
|
|