summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristine Franks <christyfranks@google.com>2017-01-09 07:51:59 -0800
committerChristine Franks <christyfranks@google.com>2017-01-09 08:15:05 -0800
commit4b619a00faae43ba48257f2dec4499de26356bd0 (patch)
tree810b51b841e86022300293814c72c34eea1a7026
parentb81ffecb830bd382565ab2a0d6a66b489f729593 (diff)
downloadandroid_packages_apps_ExactCalculator-4b619a00faae43ba48257f2dec4499de26356bd0.tar.gz
android_packages_apps_ExactCalculator-4b619a00faae43ba48257f2dec4499de26356bd0.tar.bz2
android_packages_apps_ExactCalculator-4b619a00faae43ba48257f2dec4499de26356bd0.zip
Correct Unicode representation of "M-"
Bug: 34134606 Test: manual - Talkback correctly pronounces "M minus" Change-Id: I1f898fc9a96e685d80ba0c133e3c83fab5d94a71
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8925406..762378a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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]
-->