diff options
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2ac48a6e0..9025ca0f6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -313,9 +313,9 @@ <string name="inputMethod">Input method</string> <!-- Title for input language selection screen --> - <string name="language_selection_title">Select input languages</string> + <string name="language_selection_title">Input languages</string> <!-- Title summary for input language selection screen --> - <string name="language_selection_summary">Slide your finger across the spacebar to switch</string> + <string name="language_selection_summary">Slide finger on spacebar to change language</string> <!-- Add to dictionary hint --> <string name="hint_add_to_dictionary">\u2190 Tap again to save</string> |