Commit 5e49538c authored by Sean Harrison's avatar Sean Harrison Committed by Commit Bot

Settings: Fix string not following style guide

Translation team flagged this string for having an erroneous period.

Bug: 1032584
Change-Id: Iedc92d023a6fe9e223c1be426daf4370122d1d43
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131916Reviewed-by: default avatardpapad <dpapad@chromium.org>
Commit-Queue: Sean Harrison <harrisonsean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755392}
parent 547e6732
...@@ -2412,7 +2412,7 @@ ...@@ -2412,7 +2412,7 @@
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_BLOCK" desc="The sub-label for links to manage cookies when the current cookie setting is allow."> <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_BLOCK" desc="The sub-label for links to manage cookies when the current cookie setting is allow.">
{COUNT, plural, {COUNT, plural,
=0 {Cookies are blocked.} =0 {Cookies are blocked}
=1 {Cookies are blocked, 1 exception} =1 {Cookies are blocked, 1 exception}
other {Cookies are blocked, {COUNT} exceptions}} other {Cookies are blocked, {COUNT} exceptions}}
</message> </message>
......
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