summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-07 02:30:27 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-07 02:30:27 -0400
commitc2badb0447accaa39e4f7b3d8ebb43601f2f5d8f (patch)
treef0fc3b2f5742f86d16d16ee39931d543d0eacbb2 /res
parent1c142b8620ca485bc9c0f77daa82d1d6833a71e6 (diff)
Start implementing modifiers, for a great reduction in code size.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d3352bc..60803b0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -36,9 +36,7 @@
<!-- Message, displayed when the sdcard cannot be found, 1st parameter is the name of the file that stores the gestures. CHAR LIMIT=80 -->
<string name="gestures_error_loading">Could not load %s. Make sure you have storage available.</string>
- <!-- Temporary labels for buttons -->
- <string name="button_shift">Shift</string>
+ <!-- Labels for buttons -->
<string name="button_backspace">&#x2190;</string>
- <string name="button_space">Space</string>
</resources>