Commit 9808dd47 authored by Rainhard Findling's avatar Rainhard Findling Committed by Commit Bot

Regression fix: Settings string migration to new ICU format

* Fixes a syntax error introduced in https://crrev.com/c/2106171 that
  blocks translation message extraction.

Change-Id: I4f9b1999d60a41c03846f01a0ae0db29c2bba701
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107547
Commit-Queue: Rainhard Findling <rainhard@chromium.org>
Auto-Submit: Rainhard Findling <rainhard@chromium.org>
Reviewed-by: default avatarJochen Eisinger <jochen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751266}
parent 9709bcc9
...@@ -2371,7 +2371,7 @@ ...@@ -2371,7 +2371,7 @@
Show all (recommended) Show all (recommended)
</message> </message>
<message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_ALLOW" desc="The sub-label for links to manage cookies when the current cookie setting is allow."> <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIES_ALLOW" desc="The sub-label for links to manage cookies when the current cookie setting is allow.">
{COUNT plural, {COUNT, plural,
=0 {Cookies are allowed} =0 {Cookies are allowed}
=1 {Cookies are allowed, 1 exception} =1 {Cookies are allowed, 1 exception}
other {Cookies are allowed, {COUNT} exceptions}} other {Cookies are allowed, {COUNT} exceptions}}
......
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