Commit 33708d64 authored by Ehimare Okoyomon's avatar Ehimare Okoyomon Committed by Commit Bot

Replace Third-Party Cookies string for Site Settings

Change confusing string.
Desktop screenshot: https://screenshot.googleplex.com/1HjyCxkzMDe.png
Android screenshot: https://screenshot.googleplex.com/trgaE4x10km.png

Bug: 1077766
Change-Id: If4ffd1b5babf7ef71b348618969b8843a0fa1479
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338795Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Reviewed-by: default avatarKamila Hasanbega <hkamila@chromium.org>
Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795640}
parent 6896ff3c
...@@ -2167,7 +2167,7 @@ ...@@ -2167,7 +2167,7 @@
Clear third-party cookies Clear third-party cookies
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIES_EXCEPTION_LABEL" desc="Label for site exceptions that affect third party cookies."> <message name="IDS_SETTINGS_SITE_SETTINGS_THIRD_PARTY_COOKIES_EXCEPTION_LABEL" desc="Label for site exceptions that affect third party cookies.">
All cookies, on this site only Including third-party cookies on this site
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_CLEAR_ALL_STORAGE_DIALOG_TITLE" desc="Title of the dialog that warns about deleting all site data."> <message name="IDS_SETTINGS_SITE_SETTINGS_CLEAR_ALL_STORAGE_DIALOG_TITLE" desc="Title of the dialog that warns about deleting all site data.">
Clear all data? Clear all data?
......
52edae71cd7cc1b74158b7f8d6a173dbfef164e0 b14bba4ae538529690d9be180077af66066e2f0e
\ No newline at end of file \ No newline at end of file
...@@ -135,7 +135,7 @@ public class AddExceptionPreference ...@@ -135,7 +135,7 @@ public class AddExceptionPreference
boolean isThirdPartyException = thirdPartyExceptionsBox.isChecked(); boolean isThirdPartyException = thirdPartyExceptionsBox.isChecked();
String hostname = input.getText().toString().trim(); String hostname = input.getText().toString().trim();
// If a user chooses "all cookies, on this site only", set wildcard as primary // If a user clicks the third party checkbox, set wildcard as primary
String primary = isThirdPartyException ? SITE_WILDCARD : hostname; String primary = isThirdPartyException ? SITE_WILDCARD : hostname;
String secondary = !isThirdPartyException ? SITE_WILDCARD : hostname; String secondary = !isThirdPartyException ? SITE_WILDCARD : hostname;
......
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
Block for current search engine Block for current search engine
</message> </message>
<message name="IDS_WEBSITE_SETTINGS_THIRD_PARTY_COOKIES_EXCEPTION_LABEL" desc="The label for site exceptions that affect third party cookies."> <message name="IDS_WEBSITE_SETTINGS_THIRD_PARTY_COOKIES_EXCEPTION_LABEL" desc="The label for site exceptions that affect third party cookies.">
All cookies, on this site only Including third-party cookies on this site
</message> </message>
<!-- Site settings Add Exception dialog --> <!-- Site settings Add Exception dialog -->
......
5d36736598e01f51e1896d108fdc33e326cff806 1b74b8b270e3c5e64776e6a8288f88cc09d945f0
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment