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

Unified Diff: chrome/app/nibs/ContentSubresourceFilter.xib

Issue 2334283004: Change explanation string for the Subresource Filter prompt. (Closed)
Patch Set: adressed comments Created 4 years, 3 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 | « no previous file | chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/nibs/ContentSubresourceFilter.xib
diff --git a/chrome/app/nibs/ContentSubresourceFilter.xib b/chrome/app/nibs/ContentSubresourceFilter.xib
index f55aa9e2405177e69f282f9ed3a54b128032c752..818d9f6503c866e6a409f2f2b01b81627fec1fa8 100644
--- a/chrome/app/nibs/ContentSubresourceFilter.xib
+++ b/chrome/app/nibs/ContentSubresourceFilter.xib
@@ -11,6 +11,7 @@
<outlet property="bubble_" destination="4" id="5"/>
<outlet property="doneButton_" destination="17" id="32"/>
<outlet property="manageButton_" destination="15" id="31"/>
+ <outlet property="messageLabel_" destination="dgF-Po-kkg" id="23a-5O-Xno"/>
<outlet property="titleLabel_" destination="7" id="30"/>
<outlet property="window" destination="1" id="3"/>
</connections>
@@ -67,19 +68,26 @@ DQ
</button>
</subviews>
</customView>
- <textField verticalHuggingPriority="750" id="7">
- <rect key="frame" x="8" y="68" width="282" height="14"/>
+ <textField verticalHuggingPriority="750" id="dgF-Po-kkg">
+ <rect key="frame" x="18" y="53" width="282" height="28"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
- <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION" id="8">
+ <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" id="AxL-Md-rce">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
+ <connections>
+ <binding destination="-2" name="displayPatternValue1" keyPath="self.messageLabel_" id="wgi-Vp-Zyf">
+ <dictionary key="options">
+ <string key="NSDisplayPattern">%{value1}@</string>
+ </dictionary>
+ </binding>
+ </connections>
</textFieldCell>
</textField>
- <textField verticalHuggingPriority="750" id="dgF-Po-kkg">
- <rect key="frame" x="8" y="86" width="282" height="28"/>
+ <textField verticalHuggingPriority="750" id="7">
+ <rect key="frame" x="17" y="100" width="282" height="14"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
- <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_TITLE" id="AxL-Md-rce">
+ <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="^IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION" id="8">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698