Commit 4747028d authored by Xinghui Lu's avatar Xinghui Lu Committed by Commit Bot

Remove unnecessary char limit.

SAFE_BROWSING_STANDARD_PROTECTION_EXTENDED_REPORTING_TITLE is used as
a title of Chrome switch preference. It should not be limited to 32
char long. Such limitation makes translation hard to proceed
(b/162847586). A string of the same use case is
PASSWORDS_LEAK_DETECTION_SWITCH_TITLE, which doesn't have such
limitation.

Bug: 1097310
Change-Id: Ie566f819446e9fc1949475681c5709e90ad56893
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343873Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Commit-Queue: Varun Khaneja <vakh@chromium.org>
Auto-Submit: Xinghui Lu <xinghuilu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796582}
parent e1d4844a
......@@ -1023,7 +1023,7 @@ Your Google account may have other forms of browsing history like searches and a
<message name="IDS_SAFE_BROWSING_STANDARD_PROTECTION_BULLET_TWO" desc="Second bullet point under the Safe Browsing standard protection mode.">
Checks URLs with a list of unsafe sites stored in Chrome. If a site tries to steal your password, or when you download a harmful file, Chrome may also send URLs, including bits of page content, to Safe Browsing.
</message>
<message name="IDS_SAFE_BROWSING_STANDARD_PROTECTION_EXTENDED_REPORTING_TITLE" desc="Title for Safe Browsing extended reporting. [CHAR-LIMIT=32]">
<message name="IDS_SAFE_BROWSING_STANDARD_PROTECTION_EXTENDED_REPORTING_TITLE" desc="Title for Safe Browsing extended reporting.">
Help improve security on the web
</message>
<message name="IDS_SAFE_BROWSING_STANDARD_PROTECTION_EXTENDED_REPORTING_SUMMARY" desc="Summary for Safe Browsing extended reporting.">
......
1b82fbadca9c6d0e147d35b029261f8e6bd4cb73
\ No newline at end of file
e8733f038055e3cd819d9456533493c579edf5be
\ 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