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

Unified Diff: chrome/browser/views/content_blocked_bubble_contents.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
« no previous file with comments | « chrome/browser/views/bookmark_bubble_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/content_blocked_bubble_contents.cc
diff --git a/chrome/browser/views/content_blocked_bubble_contents.cc b/chrome/browser/views/content_blocked_bubble_contents.cc
index 83bf8665f21fce1e46b3c1cfad1d72c57905561d..edbb22df7e65011dd2523a755327d206a3c3f529 100644
--- a/chrome/browser/views/content_blocked_bubble_contents.cc
+++ b/chrome/browser/views/content_blocked_bubble_contents.cc
@@ -303,6 +303,6 @@ void ContentBlockedBubbleContents::InitControlLayout() {
layout->AddView(manage_link_);
close_button_ =
- new views::NativeButton(this, l10n_util::GetString(IDS_CLOSE));
+ new views::NativeButton(this, l10n_util::GetString(IDS_DONE));
layout->AddView(close_button_);
}
« no previous file with comments | « chrome/browser/views/bookmark_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698