Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc0c9a0a authored by Beverly's avatar Beverly Committed by android-build-merger
Browse files

Merge "No need for "and" - ListFormatter adds it" into pi-dev am: fa01fcb2

am: 60d57976

Change-Id: I77f7aa7076786c6f3855f9b976cfa70e23f0d8a0
parents adff8a26 60d57976
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7960,8 +7960,8 @@
    <!-- 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 -->