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

Unified Diff: chrome/browser/ui/views/page_info/page_info_bubble_view.cc

Issue 2849713003: Move all Page Info strings into page_info_strings.grdp (Closed)
Patch Set: Fix moar. Created 3 years, 8 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/ui/views/certificate_selector.cc ('k') | components/components_chromium_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/page_info/page_info_bubble_view.cc
diff --git a/chrome/browser/ui/views/page_info/page_info_bubble_view.cc b/chrome/browser/ui/views/page_info/page_info_bubble_view.cc
index 293abeb7d70087de162983698162e4c91266a580..b5eb49564a9f61733015fa7b016482632ae1d627 100644
--- a/chrome/browser/ui/views/page_info/page_info_bubble_view.cc
+++ b/chrome/browser/ui/views/page_info/page_info_bubble_view.cc
@@ -289,9 +289,9 @@ void BubbleHeaderView::SetDetails(const base::string16& details_text) {
void BubbleHeaderView::AddResetDecisionsLabel() {
std::vector<base::string16> subst;
subst.push_back(
- l10n_util::GetStringUTF16(IDS_PAGEINFO_INVALID_CERTIFICATE_DESCRIPTION));
+ l10n_util::GetStringUTF16(IDS_PAGE_INFO_INVALID_CERTIFICATE_DESCRIPTION));
subst.push_back(l10n_util::GetStringUTF16(
- IDS_PAGEINFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON));
+ IDS_PAGE_INFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON));
std::vector<size_t> offsets;
@@ -730,7 +730,7 @@ views::View* PageInfoBubbleView::CreateSiteSettingsView(int side_margin) {
const gfx::ImageSkia icon = PageInfoUI::GetPermissionIcon(info).AsImageSkia();
// Add the Cookies section.
site_settings_view->AddChildView(CreateInspectLinkSection(
- icon, IDS_PAGE_INFO_TITLE_SITE_DATA, cookie_dialog_link_));
+ icon, IDS_PAGE_INFO_COOKIES, cookie_dialog_link_));
return site_settings_view;
}
« no previous file with comments | « chrome/browser/ui/views/certificate_selector.cc ('k') | components/components_chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698