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

Commit cacc4ba4 authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Add missing mandatory =1 plural

Bug: 232485185
Tag: #feature
Test: manual
Merged-In: Iee759acc34d015b527468d8d45a3d27ff4957552
Change-Id: Ied0010c906dee88c9116380ef7f52b5688922359
parent 213409cb
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>