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

Commit 0e9f24ff authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
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 88a33811
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -5169,4 +5169,12 @@
    <string name="stk_cc_ss_to_ussd">SS request is modified to USSD request.</string>
    <string name="stk_cc_ss_to_ss">SS request is modified to new SS request.</string>

    <!-- 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>