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

Unified Diff: chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm

Issue 2702923002: Page Info: Hide default permissions with a value of Ask if the default is Ask. (Closed)
Patch Set: Page Info: Hide default permissions with a value of Ask if the default is Ask. Created 3 years, 9 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
Index: chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm
diff --git a/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm b/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm
index dbbb27337ecda272f46c32a15125b5692bb45aed..ccbc8e8f934dfb6011b891d9c93b0eaf977da375 100644
--- a/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm
+++ b/chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm
@@ -377,7 +377,7 @@ bool IsInternalURL(const GURL& url) {
// Create the link button to view site settings. Its position will be set in
// performLayout.
NSString* siteSettingsButtonText =
- l10n_util::GetNSString(IDS_PAGE_INFO_SITE_SETTINGS_LINK);
+ l10n_util::GetNSString(IDS_PAGE_INFO_MORE_SETTINGS_LINK);
siteSettingsButton_ = [self addButtonWithText:siteSettingsButtonText
toView:siteSettingsSectionView];
[GTMUILocalizerAndLayoutTweaker sizeToFitView:siteSettingsButton_];
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/website_settings/website_settings_popup_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698