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

Commit e590aafa authored by William Escande's avatar William Escande
Browse files

Properly escape % in xml

Before we have this number of error
     50         id="StringFormatCount"
     95         id="StringFormatInvalid"

After we have this
     21         id="StringFormatInvalid"
     23         id="StringFormatCount"

Bug: 289445022
Test: m Bluetooth
Flag: Exempt lint
Change-Id: I6870f26b98e83cc19d8c59fc40bb15ea6cce4af4
parent ffd365e6
Loading
Loading
Loading
Loading
+2859 −4116

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@
    <!-- label for the notification item of sent file -->
    <string name="notification_sent">Bluetooth share: Sent <xliff:g id="file">%1$s</xliff:g></string>
    <!-- label for the notification item of sent file -status -->
    <string name="notification_sent_complete">100% complete</string>
    <string name="notification_sent_complete">100%% complete</string>
    <!-- label for the notification item of failed sending file -->
    <string name="notification_sent_fail">Bluetooth share: File <xliff:g id="file">%1$s</xliff:g> not sent</string>