abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorjaguillo2015-10-28 22:54:38 +0100
committerjaguillo2015-10-28 22:54:38 +0100
commitffba1499344c5eea26b6dcef76afcf373808054c (patch)
tree0e81d607bd37624cc815ea11eb824ff9ba52f3c2 /res/values
parentda72455d358bffa481caf75ead21846506644128 (diff)
downloadunexpected-keyboard-ffba1499344c5eea26b6dcef76afcf373808054c.tar.gz
unexpected-keyboard-ffba1499344c5eea26b6dcef76afcf373808054c.zip
preview_enabled settings
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0928cce..f62d533 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -23,7 +23,7 @@
<string name="pref_category_vibrate">Vibration</string>
<string name="pref_vibrate_title">Vibration</string>
- <string name="pref_vibrate_summary">Enable/Disable vibrations</string>
+ <string name="pref_vibrate_summary">Enable/Disable vibrations on key down</string>
<string name="pref_vibrate_duration_title">Duration</string>
<string name="pref_vibrate_duration_summary">%sms</string>
@@ -35,4 +35,7 @@
<string name="pref_horizontal_margin_title">Horizontal margin</string>
<string name="pref_horizontal_margin_summary">%sdp</string>
+ <string name="pref_category_preview">Preview</string>
+ <string name="pref_preview_title">Preview</string>
+ <string name="pref_preview_summary">Enable/Disable preview on key down</string>
</resources>