aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-06-26 02:45:49 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-26 02:45:49 -0700
commitbf0cae3695b1f9020ebf361922c9abaaac8e4848 (patch)
tree3359e8d5e22bdf559dd2308b36ddc83e4caad3ed /java
parentf05392f213b1c6df0b139e641054f4064af32bb7 (diff)
parent8d076be2d170ec66099da65e02e19432eba47a6c (diff)
downloadlatinime-bf0cae3695b1f9020ebf361922c9abaaac8e4848.tar.gz
latinime-bf0cae3695b1f9020ebf361922c9abaaac8e4848.tar.xz
latinime-bf0cae3695b1f9020ebf361922c9abaaac8e4848.zip
Merge "Reword the 'word prediction' option"
Diffstat (limited to 'java')
-rw-r--r--java/res/values/strings.xml17
1 files changed, 4 insertions, 13 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 845985006..6c66a4844 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -85,11 +85,6 @@
<!-- Description for option enabling or disabling the use of names of people in Contacts for suggestion and correction [CHAR LIMIT=65] -->
<string name="use_contacts_dict_summary">Use names from Contacts for suggestions and corrections</string>
- <!-- Option name for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=25] -->
- <string name="enable_span_insert">Enable recorrections</string>
- <!-- Option summary for enabling insertion of suggestion spans (advanced option) [CHAR LIMIT=65] -->
- <string name="enable_span_insert_summary">Set suggestions for recorrections</string>
-
<!-- Option to enable auto capitalization of sentences -->
<string name="auto_cap">Auto-capitalization</string>
@@ -120,14 +115,10 @@
<!-- Option to suggest auto correction suggestions very aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] -->
<string name="auto_correction_threshold_mode_very_aggeressive">Very aggressive</string>
- <!-- Option to enable next word correction -->
- <string name="bigram_suggestion">Next word suggestions</string>
- <!-- Option to enable next word suggestion. This uses the previous word in an attempt to improve the suggestions quality -->
- <string name="bigram_suggestion_summary">Use previous word to improve suggestions</string>
- <!-- Option to enable using next word prediction -->
- <string name="bigram_prediction">Next word prediction</string>
- <!-- Description for "next word prediction" option. This displays suggestions even when there is no input, based on the previous word. -->
- <string name="bigram_prediction_summary">Use previous word also for prediction</string>
+ <!-- Option to enable using next word suggestions. After the user types a space, with this option on, the keyboard will try to predict the next word. -->
+ <string name="bigram_prediction">Next word suggestions</string>
+ <!-- Description for "next word suggestion" option. This displays suggestions even when there is no input, based on the previous word. -->
+ <string name="bigram_prediction_summary">Based on previous word</string>
<!-- Indicates that a word has been added to the dictionary -->
<string name="added_word"><xliff:g id="word">%s</xliff:g> : Saved</string>