diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-05-06 22:11:25 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-05-06 22:11:25 -0400 |
commit | b14681ff253675b4839d4411903f2180481eb3bb (patch) | |
tree | ca49c79cf43409eaa30ee903cdbe9e02aa1af63d /res/values/strings.xml | |
parent | 1abc4527631be867cb0da780b6a3de6d28aa1f12 (diff) |
Fix bad XML
Diffstat (limited to 'res/values/strings.xml')
-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> |