Commit 0643cbcf authored by Patti's avatar Patti Committed by Commit Bot

COIL: Use more respectful language in chrome/app/generated_resources.

There are a few last remaining instances of strings containing the words
'whitelist' and 'blacklist' in the chrome/app/generated_resources.grd
string file. Replace them with more respectful alternatives.

Bug: 1114004
Change-Id: Ie14a2cf080fea1c61a91feecb3686a82c4e0188a
No-Presubmit: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400648
Commit-Queue: Patti <patricialor@chromium.org>
Auto-Submit: Patti <patricialor@chromium.org>
Reviewed-by: default avatarIoana Pandele <ioanap@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806520}
parent ef8b4a6d
......@@ -6098,7 +6098,7 @@ the Bookmarks menu.">
<message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Mobile: Button text for the 'Save Password' infobar's 'Remember password' option">
Save
</message>
<message name="IDS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Mobile: Button text for the 'Save Password' infobar's 'Never remember for this site' option">
<message name="IDS_PASSWORD_MANAGER_BLOCKLIST_BUTTON" desc="Mobile: Button text for the 'Save Password' infobar's 'Never remember for this site' option">
Never
</message>
<message name="IDS_PASSWORD_MANAGER_UPDATE_BUTTON" desc="Label for the 'update' button in the Update Password infobar. This infobar asks if the user wishes to update the saved password for a site to a new password the user has just entered; the button applies the suggested update.">
......@@ -7573,7 +7573,7 @@ the Bookmarks menu.">
Thumbnail removed.
</message>
<message name="IDS_NEW_TAB_REMOVE_THUMBNAIL_TOOLTIP"
desc="Tooltip text for the button that removes/blacklists the thumbnail. Once removed the thumbnail will not show up on the new tab page again.">
desc="Tooltip text for the button that removes/denylists the thumbnail. Once removed the thumbnail will not show up on the new tab page again.">
Don't show on this page
</message>
<message name="IDS_NEW_TAB_PAGE_SWITCHER_CHANGE_TITLE"
......@@ -10070,7 +10070,7 @@ Please help our engineers fix this problem. Tell us what happened right before y
</message>
<!-- Ad Blocking UI strings. -->
<message name="IDS_ALWAYS_ALLOW_ADS" desc="Explanation associated with a toggle to allow ads after ads have been blocked on the page. To be used on pages where the ad blocking UI is governed by a persistent permissions-based whitelist.">
<message name="IDS_ALWAYS_ALLOW_ADS" desc="Explanation associated with a toggle to allow ads after ads have been blocked on the page. To be used on pages where the ad blocking UI is governed by a persistent permissions-based allowlist.">
Always allow ads on this site
</message>
<message name="IDS_BLOCKED_ADS_INFOBAR_MESSAGE" desc="The mini infobar message shown to users on Android when Chrome has blocked ads on the site because the site tends to show intrusive ads. Will be presented as a sentence, next to a Details link to expand the infobar.">
......
732097e99423da95fef57651781a3bdc279d55f1
\ No newline at end of file
......@@ -95,7 +95,7 @@ base::string16 SavePasswordInfoBarDelegate::GetButtonLabel(
InfoBarButton button) const {
return l10n_util::GetStringUTF16((button == BUTTON_OK)
? IDS_PASSWORD_MANAGER_SAVE_BUTTON
: IDS_PASSWORD_MANAGER_BLACKLIST_BUTTON);
: IDS_PASSWORD_MANAGER_BLOCKLIST_BUTTON);
}
bool SavePasswordInfoBarDelegate::Accept() {
......
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