diff options
author | nfoy <nfoy@purdue.edu> | 2014-05-06 22:24:18 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-05-06 22:24:18 -0400 |
commit | 51d12bfbe37c6185d10c11e43ccb3289bd8a977a (patch) | |
tree | f98b3cad9390503a96286dc8102c69b1f507ceb4 /res/values | |
parent | 100d98e3ff6798ce2e2a8f1f97b8b24de1e20168 (diff) |
Davis assured that this is right.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a446fb0..d3352bc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -38,7 +38,7 @@ <!-- Temporary labels for buttons --> <string name="button_shift">Shift</string> - <string name="button_backspace">&x2190;</string> + <string name="button_backspace">←</string> <string name="button_space">Space</string> </resources> |