diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b3e2dd3..256a9b8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -36,4 +36,9 @@ <!-- 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> + <string name="button_backspace">Backspace</string> + <string name="button_space">Space</string> + </resources> |