diff options
| author | jaguillo | 2015-10-28 22:54:38 +0100 |
|---|---|---|
| committer | jaguillo | 2015-10-28 22:54:38 +0100 |
| commit | ffba1499344c5eea26b6dcef76afcf373808054c (patch) | |
| tree | 0e81d607bd37624cc815ea11eb824ff9ba52f3c2 /res/values/strings.xml | |
| parent | da72455d358bffa481caf75ead21846506644128 (diff) | |
| download | unexpected-keyboard-ffba1499344c5eea26b6dcef76afcf373808054c.tar.gz unexpected-keyboard-ffba1499344c5eea26b6dcef76afcf373808054c.zip | |
preview_enabled settings
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 5 |
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> |
