diff options
author | 2010-10-05 06:39:15 -0700 | |
---|---|---|
committer | 2010-10-05 06:39:15 -0700 | |
commit | 47383758fc3137a8e2b88ae596adf2685bd818bc (patch) | |
tree | 3a5bc165e72569d7fda5e600951dcd6693d28e96 /java | |
parent | 8e1f1be0f3cfce4ed0623d3d137f53f034f5b718 (diff) | |
download | latinime-47383758fc3137a8e2b88ae596adf2685bd818bc.tar.gz latinime-47383758fc3137a8e2b88ae596adf2685bd818bc.tar.xz latinime-47383758fc3137a8e2b88ae596adf2685bd818bc.zip |
Fix bug 3063598, change "tap" to "touch" thrice.
Change-Id: Ia135eb926a5f2896a480cd478d40925d46041d42
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 17921ff33..7747c7b25 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -332,7 +332,7 @@ <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> + <string name="hint_add_to_dictionary">\u2190 Touch again to save</string> <!-- Inform the user that a particular language has an available dictionary --> <string name="has_dictionary">Dictionary available</string> @@ -342,9 +342,9 @@ <!-- Description for enabling to send user statistics to Google. --> <string name="prefs_description_log">Help improve this input method editor by automatically sending usage statistics and crash reports to Google.</string> <!-- Preferences item for enabling to re-correct suggestions . --> - <string name="prefs_enable_recorrection">Tap to re-correct words</string> + <string name="prefs_enable_recorrection">Touch to re-correct words</string> <!-- The summary for the preferences item for enabling to re-correct suggestions . --> - <string name="prefs_enable_recorrection_summary">You can re-correct words by tapping words you have typed</string> + <string name="prefs_enable_recorrection_summary">You can re-correct words by touching words you have typed</string> <!-- Description for keyboard theme switcher --> <string name="keyboard_layout">Keyboard Theme</string> |