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

Commit 4b619a00 authored by Christine Franks's avatar Christine Franks
Browse files

Correct Unicode representation of "M-"

Bug: 34134606
Test: manual - Talkback correctly pronounces "M minus"

Change-Id: I1f898fc9a96e685d80ba0c133e3c83fab5d94a71
parent b81ffecb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@
    <!-- Item on Result context menu, which subtracts the current result from the number in memory.
      [CHAR_LIMIT=2]
      -->
    <string name="memory_subtract" translatable="false">M-</string>
    <string name="memory_subtract" translatable="false">M\u2212</string>
    <!-- Item on Result context menu, which adds the current result to the number in memory.
      [CHAR_LIMIT=2]
      -->