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

Commit 7be7bd42 authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Steve Kondik
Browse files

Re-add missing ellipsis string

Partial revert of 6f9f1d4b.

Without it, you see
https://code.google.com/p/android/issues/detail?id=168890

Change-Id: I7f2b461fd595345ac29f50841e41874d2501076b
parent f7beed98
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -4109,4 +4109,13 @@
        <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> selected</item>
        <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> selected</item>
    </plurals>

    <!-- Used to replace a range of characters in text that is too wide
         for the space allocated to it (three dots). -->
    <string name="ellipsis">\u2026</string>

    <!-- Used to replace a range of characters in text that is too wide
         for the space allocated to it (two dots). -->
    <string name="ellipsis_two_dots">\u2025</string>

</resources>