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

Unified Diff: chrome/browser/ui/views/options/exceptions_page_view.cc

Issue 6098006: Fix a lot of casing and ellipsis bugs on options dialog buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: str prefix Created 9 years, 11 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/gtk/options/passwords_exceptions_page_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/options/exceptions_page_view.cc
diff --git a/chrome/browser/ui/views/options/exceptions_page_view.cc b/chrome/browser/ui/views/options/exceptions_page_view.cc
index 90c1666c96773a0f5bcb032bf677128171e42322..3cb7488cab4997047f3fd046b3e11e7a759eb94a 100644
--- a/chrome/browser/ui/views/options/exceptions_page_view.cc
+++ b/chrome/browser/ui/views/options/exceptions_page_view.cc
@@ -76,11 +76,11 @@ ExceptionsPageView::ExceptionsPageView(Profile* profile)
ALLOW_THIS_IN_INITIALIZER_LIST(remove_button_(
this,
UTF16ToWide(l10n_util::GetStringUTF16(
- IDS_EXCEPTIONS_PAGE_VIEW_REMOVE_BUTTON)))),
+ IDS_PASSWORDS_PAGE_VIEW_REMOVE_BUTTON)))),
ALLOW_THIS_IN_INITIALIZER_LIST(remove_all_button_(
this,
UTF16ToWide(l10n_util::GetStringUTF16(
- IDS_EXCEPTIONS_PAGE_VIEW_REMOVE_ALL_BUTTON)))),
+ IDS_PASSWORDS_PAGE_VIEW_REMOVE_ALL_BUTTON)))),
table_model_(profile),
table_view_(NULL) {
}
« no previous file with comments | « chrome/browser/gtk/options/passwords_exceptions_page_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698