aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2016-03-14 14:59:59 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-14 14:59:59 +0000
commitb53b6836dbb94933bc2e0ac5c53601fdc63f0b7d (patch)
tree2ff13917aef802b6645437dd6662be46dfb3781d /java
parent61a242757cfda45bbba399840ef3a9ad340f477b (diff)
parentfb6242581fbd3591d3c9f7ea1b5a5db3070a318b (diff)
downloadlatinime-b53b6836dbb94933bc2e0ac5c53601fdc63f0b7d.tar.gz
latinime-b53b6836dbb94933bc2e0ac5c53601fdc63f0b7d.tar.xz
latinime-b53b6836dbb94933bc2e0ac5c53601fdc63f0b7d.zip
Change "touch" to "tap" in LatinIME. am: 2715add718
am: fb6242581f * commit 'fb6242581fbd3591d3c9f7ea1b5a5db3070a318b': Change "touch" to "tap" in LatinIME.
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 83df04536..6b985cec9 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -200,9 +200,9 @@
<string name="select_language">Languages</string>
<!-- Add to dictionary hint -->
- <string name="hint_add_to_dictionary">Touch again to save</string>
+ <string name="hint_add_to_dictionary">Tap again to save</string>
<!-- Add to dictionary hint -->
- <string name="hint_add_to_dictionary_without_word">Touch here to save</string>
+ <string name="hint_add_to_dictionary_without_word">Tap here to save</string>
<!-- Inform the user that a particular language has an available dictionary -->
<string name="has_dictionary">Dictionary available</string>
@@ -562,7 +562,7 @@ Tip: You can download and remove dictionaries by going to &lt;b>Languages&#160;&
<string name="user_dict_settings_context_menu_delete_title">Delete</string>
<!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary [CHAR LIMIT=200] -->
<!-- This resource is corresponding to msgid="8165273379942105271" -->
- <string name="user_dict_settings_empty_text">You don\'t have any words in the user dictionary. Add a word by touching the Add (+) button.</string>
+ <string name="user_dict_settings_empty_text">You don\'t have any words in the user dictionary. To add a word, tap the Add (+) button.</string>
<!-- User dictionary settings. The list item to choose to insert a word into the user dictionary for all languages -->
<!-- This resource is corresponding to msgid="6742000040975959247" -->
<string name="user_dict_settings_all_languages">For all languages</string>