abouttreesummaryrefslogcommitdiff
path: root/res
diff options
context:
space:
mode:
authorJules Aguillon2021-12-30 21:59:48 +0100
committerJules Aguillon2021-12-30 21:59:48 +0100
commit8bef0728ae61e70291d3ea8f2e583e9fc94aff0d (patch)
tree515c11bde850f251773da88f7cf39cc099215147 /res
parentb05f6e84475d2c6fcc2d400efbc5882b9fcc38e2 (diff)
downloadunexpected-keyboard-8bef0728ae61e70291d3ea8f2e583e9fc94aff0d.tar.gz
unexpected-keyboard-8bef0728ae61e70291d3ea8f2e583e9fc94aff0d.zip
Turn the "precision" option to dp instead of px
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b41fdc5..ca31dca 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -12,7 +12,7 @@
<string name="pref_accents_e_none">Hide accents</string>
<string name="pref_category_typing">Typing</string>
<string name="pref_preci_title">Precision</string>
- <string name="pref_preci_summary">Distance of corner values (%spx)</string>
+ <string name="pref_preci_summary">Distance of corner values (%sdp)</string>
<string name="pref_long_timeout_title">Long press timeout</string>
<string name="pref_long_interval_title">Long press interval</string>
<string name="pref_category_vibrate">Vibration</string>