diff options
author | 2010-02-11 06:06:02 -0800 | |
---|---|---|
committer | 2010-02-11 06:06:02 -0800 | |
commit | ec7eb07d2823bca34ff384d0d9112b5a5a50c822 (patch) | |
tree | 48f01d7e3d0e9de253b5e48652d46587344fc570 | |
parent | 66a787b953d703201c6b827abbee74e8cd9bb063 (diff) | |
download | latinime-ec7eb07d2823bca34ff384d0d9112b5a5a50c822.tar.gz latinime-ec7eb07d2823bca34ff384d0d9112b5a5a50c822.tar.xz latinime-ec7eb07d2823bca34ff384d0d9112b5a5a50c822.zip |
String edits for language selection.
-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> |