abouttreesummaryrefslogcommitdiff
path: root/res
diff options
context:
space:
mode:
authorJoey Schaff2025-07-02 17:13:12 -0400
committerGitHub2025-07-02 23:13:12 +0200
commit5c4964e4386a9ff2e0ca8462c9c5159bad92b5ff (patch)
tree1d321209a56da79342ca6fa11af51805978b948e /res
parent957dbdc7fe8616589c86e7a9998c1a5a062c2f32 (diff)
downloadunexpected-keyboard-5c4964e4386a9ff2e0ca8462c9c5159bad92b5ff.tar.gz
unexpected-keyboard-5c4964e4386a9ff2e0ca8462c9c5159bad92b5ff.zip
Add a missing comma in /res/values/strings.xml (#1026)
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 286fef4..26c8ce9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -49,7 +49,7 @@
<string name="pref_switch_input_immediate_summary">Behavior of the keyboard-switching key</string>
<string name="pref_vibrate_custom">Custom vibration</string>
<string name="pref_vibrate_duration_title">Vibration intensity</string>
- <string name="pref_number_entry_title">Layout when typing numbers, dates and phone numbers</string>
+ <string name="pref_number_entry_title">Layout when typing numbers, dates, and phone numbers</string>
<string name="pref_number_entry_layout_pin">PIN Entry</string>
<string name="pref_number_entry_layout_number">Number pane</string>
<string name="pref_number_entry_layout_normal">Use the main layout</string>