Commit a1a41dd8 authored by Michael Hansen's avatar Michael Hansen Committed by Chromium LUCI CQ

[Nearby] Fix plural string for unreachable contacts.

Adjusts the plural form of the string for the "unreachable contacts"
message to make the rest of the sentence use plural forms where
appropriate.

Screenshot:
  https://screenshot.googleplex.com/7NWXZtQ7t2CTaWK.png

Fixed: b:174502944
Change-Id: Id8fc82cbed9e22cae6a1893bde6be534f12689bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568430Reviewed-by: default avatarJames Vecore <vecore@google.com>
Commit-Queue: Michael Hansen <hansenmichael@google.com>
Cr-Commit-Position: refs/heads/master@{#832531}
parent c73e26ef
......@@ -28,7 +28,7 @@
<message name="IDS_NEARBY_CONTACT_VISIBILITY_NUM_UNREACHABLE" desc="Informational message indicating that there are contacts that are not connectable for sharing with the Nearby Share feature.">
{COUNT, plural,
=1 {# contact is not available. To use Nearby Share with them, add the email address associated with their Google Account to your contacts.}
other {# contacts are not available. To use Nearby Share with them, add the email address associated with their Google Account to your contacts.}
other {# contacts are not available. To use Nearby Share with them, add the email addresses associated with their Google Accounts to your contacts.}
}
</message>
<message name="IDS_NEARBY_CONTACT_VISIBILITY_OTHERS" desc="Describes when nearby devices are visible to this user when using the Nearby Share feature.">
......
ed8290079c6a8322f04de43996154eb3fdd0068b
\ No newline at end of file
461eb5d6518b9bce650ebab42f3acdfbd939dcc3
\ 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