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

Commit 76145464 authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Gerrit Code Review
Browse files

Merge "Add missing mandatory =1 plural"

parents 08485ace cacc4ba4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -212,9 +212,11 @@
    <string name="outbound_noti_title">Bluetooth share: Sent files</string>
    <string name="inbound_noti_title">Bluetooth share: Received files</string>
    <string name="noti_caption_unsuccessful"> {count, plural,
        =1    {# unsuccessful.}
        other {# unsuccessful.}
    }</string>
    <string name="noti_caption_success"> {count, plural,
        =1    {# successful, %1$s}
        other {# successful, %1$s}
    }</string>