OSDN Git Service

No need for "and" - ListFormatter adds it
authorBeverly <beverlyt@google.com>
Fri, 25 May 2018 19:04:16 +0000 (15:04 -0400)
committerBeverly <beverlyt@google.com>
Thu, 31 May 2018 13:32:26 +0000 (09:32 -0400)
Test: manual, visual inspection
Change-Id: I5ce1442cc762c9c0ca22827df429dc64714c2f20
Fixes: 80303010

res/values/strings.xml

index 2b4f49b..694f4a6 100644 (file)
 
     <!-- Zen mode settings: Starred contacts summary [CHAR LIMIT=NONE] -->
     <plurals name="zen_mode_starred_contacts_summary_additional_contacts">
-        <item quantity="one">and 1 other</item>
-        <item quantity="other">and <xliff:g id="num_people" example="3">%d</xliff:g> others</item>
+        <item quantity="one">1 other</item>
+        <item quantity="other"><xliff:g id="num_people" example="3">%d</xliff:g> others</item>
     </plurals>
 
     <!-- [CHAR LIMIT=20] Zen mode settings: Messages option -->